[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:07:17 PST 2024
================
@@ -491,16 +491,22 @@ struct PrivateParseArgs {
SmallVectorImpl<Type> &types, ArrayAttr &syms)
: vars(vars), types(types), syms(syms) {}
};
+
struct ReductionParseArgs {
+ ReductionModifierAttr &reductionMod;
----------------
anchuraj wrote:
We can reach at a decision after considering my comment on other reductions. If reduction modifiers are to be associated with all reduction, to be consistent with the existing representations (schedule_mod, order_mod), reduction_mod would be preferrable.
https://github.com/llvm/llvm-project/pull/114737
More information about the Mlir-commits
mailing list