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

neon

Implements the ARM NEON lane-FMA microkernel for CPU matmul.

Defines Inner_matmul_neon, a struct conforming to the InnerMatmulKernel trait that accumulates partial products using vectorized lane-broadcast FMA against a packed B matrix. The dispatcher selects this kernel on ARM NEON hardware for operand types that take neither the integer dot-product (dotprod) nor the i8mm path, which in practice means floating-point operands.

Structs

Was this page helpful?