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
mma
Apple Silicon MMA operation struct for TileTensor.
Simdgroup-level, register-owning MMA abstraction following the AMD MmaOp pattern. Each simdgroup (32 threads) instantiates its own MmaOpApple.
Use mma() for interior tiles (caller guarantees in-bounds). Use mmabounded=True for edge tiles (zero-fills OOB elements). The kernel should check once per simdgroup, not per load.
Structsโ
- โ
ConvIm2colParams: Runtime conv geometry for the online im2col A-operand loader. - โ
MmaOpApple: Apple Silicon simdgroup-level MMA abstraction for tile-based matrix multiply.
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!