[Mlir-commits] [mlir] [MLIR][NVVM] Update dot.accumulate NVVM Ops (PR #140518)
Srinivasa Ravi
llvmlistbot at llvm.org
Tue May 20 23:20:13 PDT 2025
================
@@ -3508,6 +3513,84 @@ def NVVM_DotAccumulate4WayOp : NVVM_Op<"dot.accumulate.4way"> {
}];
}
+def DotAccumulate2WayModeLo : I32EnumAttrCase<"LO", 0, "lo">;
+def DotAccumulate2WayModeHi : I32EnumAttrCase<"HI", 1, "hi">;
----------------
Wolfram70 wrote:
Oh yes, that is cleaner. Changed it to a boolean attribute in the latest revision, thanks!
https://github.com/llvm/llvm-project/pull/140518
More information about the Mlir-commits
mailing list