[Mlir-commits] [mlir] [MLIR][NVVM] Support for dense and sparse MMA with block scaling (PR #170566)
Pradeep Kumar
llvmlistbot at llvm.org
Wed Dec 10 05:36:27 PST 2025
================
@@ -1559,6 +1559,650 @@ LogicalResult MmaSpOp::verify() {
return success();
}
+//===----------------------------------------------------------------------===//
+// MMA Block Scale Operations - Shared Helpers
+//===----------------------------------------------------------------------===//
+
+namespace {
----------------
schwarzschild-radius wrote:
Adding a link to LLVM coding guidelines (https://llvm.org/docs/CodingStandards.html#restrict-visibility) which favours `static` for functions and `namespace` for structs
https://github.com/llvm/llvm-project/pull/170566
More information about the Mlir-commits
mailing list