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 package

cpu

Provides cpu architecture specific utility functions.

Modules​

  • ​apple_amx_intrinsics: Provides low-level wrappers around Apple's AMX assembly instruction set for matrix operations.
  • ​neon_intrinsics: Provides wrappers around ARM NEON dot-product and matrix-multiply-accumulate intrinsics.
  • ​vnni_intrinsics: Provides wrappers around Intel VNNI (Vector Neural Network Instructions) for dot-product and multiply-accumulate operations on integer data.