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

Kirill Vedernikov llvmlistbot at llvm.org
Wed Dec 10 07:21:05 PST 2025


================
@@ -1559,6 +1559,650 @@ LogicalResult MmaSpOp::verify() {
   return success();
 }
 
+//===----------------------------------------------------------------------===//
+// MMA Block Scale Operations - Shared Helpers
+//===----------------------------------------------------------------------===//
+
+namespace {
----------------
kvederni wrote:

The functions have been marked as static. Thanks!

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


More information about the Mlir-commits mailing list