[Mlir-commits] [llvm] [mlir] [NVVM][NVPTX] Change TMA Tensor reduction ops to use flag for reduction ops (PR #213638)

Durgadoss R llvmlistbot at llvm.org
Tue Aug 4 03:56:11 PDT 2026


================
@@ -41,6 +42,28 @@ enum class TMAReductionOp : uint8_t {
   XOR = 7,
 };
 
+inline StringRef getTMAReductionOpName(TMAReductionOp Op) {
----------------
durga4github wrote:

Should we name this function also TMATensorReduction for now
(and once it generalizes across other families, we can update the name too)

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


More information about the Mlir-commits mailing list