docs/coding/¶
This directory describes the PTO Tile Lib programming model as seen from C++ (Tiles, GlobalTensor, events, scalar parameters) and provides guidance for extending the library.
If you are looking for the ISA reference, start from docs/isa/README.md.
Documents¶
- High-level model and PTO-Auto/PTO-Manual
- Hands-on tutorial (write your first kernels)
- More tutorial examples
- Debugging and assertion lookup
- Tile abstraction and layout/valid-region rules
- Global memory tensors (shape/stride/layout)
- Events and synchronization model
- Scalar values, type mnemonics, and enums