Getting Started
Python API
Gluon
Triton MLIR Dialects
Programming Guide
Computes matrix multiplication a * b + acc using AMD native matrix core units.
a * b + acc
a (tensor) – The first operand of mfma.
b (tensor) – The second operand of mfma.
acc (tensor) – The accumulator tensor.