[Mlir-commits] [mlir] [MLIR][NVVM] Unify and move to a single tcgen05_mma_kind attr for all tcgen05.mma Ops (PR #184433)
Kirill Vedernikov
llvmlistbot at llvm.org
Wed Mar 4 03:53:54 PST 2026
================
@@ -5806,6 +5814,21 @@ def Tcgen05MMACollectorOpAttr : EnumAttr<NVVM_Dialect, Tcgen05MMACollectorOp, "t
let assemblyFormat = "`<` $value `>`";
}
+defvar Tcgen05MMANonBlockScaleKindCases =
----------------
kvederni wrote:
Of course! I updated the names here in the last commit.
https://github.com/llvm/llvm-project/pull/184433
More information about the Mlir-commits
mailing list