[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:34:28 PST 2024
================
@@ -455,6 +523,7 @@ class OpenMP_InReductionClauseSkip<
];
let arguments = (ins
+ OptionalAttr<ReductionModifierAttr>:$in_reduction_mod,
----------------
anchuraj wrote:

https://github.com/llvm/llvm-project/pull/114737
More information about the Mlir-commits
mailing list