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
-
Inner_matmul_neon: ARM NEON lane-FMA microkernel for CPU matmul.
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!