For the complete documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /get-started.md).
Mojo module
grouped_matmul_tile_scheduler
Provides a persistent tile scheduler for grouped matmul GPU kernels.
Structsβ
- β
RasterOrder: Represents the rasterization order used when traversing output tiles. - β
TileScheduler: Schedules output tiles across CTAs for a persistent grouped matmul kernel. - β
WorkInfo: Holds the coordinates and validity state of a single output tile assigned to a CTA.