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

Implements grouped (batched expert) GEMM for SM90 (Hopper) GPUs.

Provides the grouped_matmul_sm90 entry point, which dispatches a variable-length batched matmul across MoE expert weight matrices using TMA-based warp-specialized pipelining via HopperMatmulSM90Kernel.

Functionsโ€‹

Was this page helpful?