IMPORTANT: To view this page as Markdown, append `.md` to the URL (e.g. /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. /get-started.md).

Mojo package

default

Default SM100 matmul kernel - Standard FP8/BF16 warp-specialized implementation.

Modules

  • dispatch: Dispatch entry points for SM100 (B200+) structured matmul kernels.
  • dispatch_fused_bias_residual: Dispatcher for fused matmul + bias/residual (mo.composite.matmul_add).
  • matmul: SM100 Matmul CPU entry points - TMA setup and kernel launch wrappers.
  • matmul_kernels: SM100 Default Matmul Kernel - Standard FP8/BF16 warp-specialized kernel.
  • tuning_configs: Defines tuning configurations for SM100 structured matmul kernels.