[Mlir-commits] [mlir] [mlir][NVVM] Add support for tcgen05.ld.red Op (PR #177330)

Guray Ozen llvmlistbot at llvm.org
Thu Jan 22 06:33:58 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">;
+
----------------
grypp wrote:

I am thinking the same. can we use ReductionKindMin for example and remove Tcgen05LdRedOperation and Tcgen05LdRedOperation

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


More information about the Mlir-commits mailing list