[Mlir-commits] [mlir] [MLIR][NVVM] Support for dense and sparse MMA with block scaling (PR #170566)

Durgadoss R llvmlistbot at llvm.org
Tue Dec 9 05:31:44 PST 2025


================
@@ -1559,6 +1559,650 @@ LogicalResult MmaSpOp::verify() {
   return success();
 }
 
+//===----------------------------------------------------------------------===//
+// MMA Block Scale Operations - Shared Helpers
+//===----------------------------------------------------------------------===//
+
+namespace {
+// Shared structure for MMA operand fragments (A, B, C)
+struct OperandFragment {
----------------
durga4github wrote:

Thanks for the comment, can we name it `MMAOperandFragment` itself?

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


More information about the Mlir-commits mailing list