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

impl

Implements tiled CPU matrix multiplication kernels and their dispatcher.

Defines the InnerMatmulKernel trait and the TiledMatmul struct that drive the outer M/N/K tile loops, plus the matmul entry point that selects an inner microkernel (default, VNNI, NEON, or I8MM) or routes to Apple Accelerate and GEMV fast paths.

Structs​

  • ​TiledMatmul: Tiled matmul implementation integrating packing, inner loop and tile partitions.

Traits​

Functions​

Was this page helpful?