triton.experimental.gluon.language.amd.cdna3.mfma
- triton.experimental.gluon.language.amd.cdna3.mfma(a, b, acc, _semantic: GluonSemantic = None)
Computes matrix-multiplication of a * b + acc using AMD native matrix core units. :param a: The first operand of mfma. :type a: tensor :param b: The second operand of mfma. :type b: tensor :param acc: The accumulator tensor. :type acc: tensor