PTO Abstract Machine¶
This folder defines the abstract execution model used by the PTO ISA and PTO Tile Lib. It is intentionally written as a programmer-facing model: it describes what a correct program may assume, without requiring the reader to understand every micro-architectural detail of a specific device generation.
Documents¶
How this relates to other docs¶
- Data model and programming model:
- Tiles
- Global memory tensors
- Events and synchronization
- Scalar values and enums
- Instruction reference