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

matmul_kernels

Implements Hopper SM90 matrix multiplication kernels using TMA and WGMMA.

Provides the HopperMatmulSM90Kernel struct and its shared-memory companion HopperMatmulSM90Kernel_SMem, together with producer-consumer pipeline routines that overlap asynchronous TMA loads with warp-group matrix multiply-accumulate (WGMMA) tensor-core operations. The module supplies standard, split-K, and grouped (MoE) kernel entry points targeting NVIDIA H100 GPUs.

Structs​

Functions​

Was this page helpful?