[Mlir-commits] [mlir] [mlir][NVVM] Add support for tcgen05.ld.red Op (PR #177330)
Pradeep Kumar
llvmlistbot at llvm.org
Thu Jan 22 04:00:20 PST 2026
================
@@ -5322,6 +5322,111 @@ def NVVM_Tcgen05LdOp : NVVM_Op<"tcgen05.ld", [NVVMRequiresSMa<[100, 101]>]> {
}];
}
+//===----------------------------------------------------------------------===//
+// NVVM tcgen05.ld.red Op
+//===----------------------------------------------------------------------===//
+
+def Tcgen05LdRedMin: I32EnumAttrCase<"MIN", 0, "min">;
+def Tcgen05LdRedMax: I32EnumAttrCase<"MAX", 1, "max">;
+
----------------
schwarzschild-radius wrote:
Reused reduxkind from nvvm.redux.sync Op. Can you please check if this is the expected change?
https://github.com/llvm/llvm-project/pull/177330
More information about the Mlir-commits
mailing list