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โ
- โ
Inner_matmul_i8mm: ARM I8MM (8-bit integer matrix multiply) microkernel for CPU matmul. - โ
LoadStore_i8mm: Handles C-tile load and store operations for the I8MM microkernel.
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!