triton.experimental.gluon.language.amd.cdna3.mfma

triton.experimental.gluon.language.amd.cdna3.mfma(a, b, acc, _semantic: GluonSemantic = None)

Computes matrix multiplication a * b + acc using AMD native matrix core units.

Parameters:
  • a (tensor) – The first operand of mfma.

  • b (tensor) – The second operand of mfma.

  • acc (tensor) – The accumulator tensor.