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

i8mm

Implements the ARM I8MM (8-bit integer matrix multiply) CPU microkernel.

Provides Inner_matmul_i8mm, an InnerMatmulKernel conforming struct that performs 8-bit integer matrix multiplication using the _neon_matmul NEON intrinsic. It accumulates int32 or uint32 results from uint8/uint8, uint8/int8, or int8/int8 operand pairs (i8mm does not support a signed-A, unsigned-B pair) through LoadStore_i8mm.

Structsโ€‹

Was this page helpful?