Getting Started
Python API
Gluon
Triton MLIR Dialects
Programming Guide
Computes matrix multiplication a * b + acc using an AMD WMMA instruction.
a * b + acc
a (tensor) – The operand a to be multiplied.
b (tensor) – The operand b to be multiplied.
acc (tensor) – The accumulator tensor.