[llvm] [SPIRV] Addition of matrix multiply accumulate operands (PR #138665)

Dmitry Sidorov via llvm-commits llvm-commits at lists.llvm.org
Thu May 15 09:43:04 PDT 2025


================
@@ -172,6 +172,7 @@ def KernelProfilingInfoOperand : OperandCategory;
 def OpcodeOperand : OperandCategory;
 def CooperativeMatrixLayoutOperand : OperandCategory;
 def CooperativeMatrixOperandsOperand : OperandCategory;
+def MatrixMultiplyAccumulateOperandsOperand :OperandCategory;
----------------
MrSidims wrote:

nit: 
```suggestion
def MatrixMultiplyAccumulateOperandsOperand : OperandCategory;
```

https://github.com/llvm/llvm-project/pull/138665


More information about the llvm-commits mailing list