[Mlir-commits] [mlir] [mlir][OpenMP] inscan reduction modifier and scan op mlir support (PR #114737)
Anchu Rajendran S
llvmlistbot at llvm.org
Fri Dec 6 11:02:15 PST 2024
================
@@ -455,6 +523,7 @@ class OpenMP_InReductionClauseSkip<
];
let arguments = (ins
+ OptionalAttr<ReductionModifierAttr>:$in_reduction_mod,
----------------
anchuraj wrote:
Hi Sergio, I followed this initially. However, checking the spec, I see modifier listed for all reduction though their behavior may not be fully specified. I decided to stick on to the spec.
https://github.com/llvm/llvm-project/pull/114737
More information about the Mlir-commits
mailing list