[Mlir-commits] [mlir] [mlir][OpenMP] inscan reduction modifier and scan op mlir support (PR #114737)
Anchu Rajendran S
llvmlistbot at llvm.org
Wed Dec 11 11:00:44 PST 2024
================
@@ -455,6 +523,7 @@ class OpenMP_InReductionClauseSkip<
];
let arguments = (ins
+ OptionalAttr<ReductionModifierAttr>:$in_reduction_mod,
----------------
anchuraj wrote:
Yeah, you are right. I got confused between `modifier` and `reduction modifier`. Working on pointer representation. Updated
https://github.com/llvm/llvm-project/pull/114737
More information about the Mlir-commits
mailing list