[Mlir-commits] [mlir] [MLIR][NVVM] Support for dense and sparse MMA with block scaling (PR #170566)
Pradeep Kumar
llvmlistbot at llvm.org
Thu Dec 4 00:17:31 PST 2025
================
@@ -1559,6 +1559,650 @@ LogicalResult MmaSpOp::verify() {
return success();
}
+//===----------------------------------------------------------------------===//
+// MMA Block Scale Operations - Shared Helpers
+//===----------------------------------------------------------------------===//
+
+namespace {
----------------
schwarzschild-radius wrote:
Kirill explained offline that it is a common practice in MLIR, I will let @grypp take a call on this one
https://github.com/llvm/llvm-project/pull/170566
More information about the Mlir-commits
mailing list