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

dispatch

Dispatch entry points for SM100 (B200+) structured matmul kernels.

Selects between GEMV, split-K GEMV, small-MN GEMMs, heuristic outlier configs, and the warp-specialized TMA/UMMA tile GEMM based on problem shape and dtype, falling back to vendor BLAS only for untuned or low-performance shapes.

comptime values​

DISPATCH_HIT​

comptime DISPATCH_HIT = 1

DISPATCH_MISS​

comptime DISPATCH_MISS = 0

logger​

comptime logger = Logger(stdout, prefix=String(""), source_location=False)

Functions​

Was this page helpful?