IMPORTANT: To view this page as Markdown, append `.md` to the URL (e.g. /max/get-started.md). For the complete documentation index, see llms.txt.
Skip to main content
For the complete documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /max/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.

Was this page helpful?