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

tile_scheduler

Schedules output-tile work for persistent SM100 matmul kernels using Cluster Launch Control (CLC), rasterization order, and block swizzling.

Structsโ€‹

  • โ€‹TileScheduler: Schedules output-tile work across SM100 clusters for persistent matmul kernels using Cluster Launch Control (CLC).
  • โ€‹WorkInfo: Holds the coordinates and validity of a single output tile assigned to a cluster for persistent matmul scheduling.

Was this page helpful?