Use the new reduction design in acc.loop operation.
Depends on D151146
Paths
| Differential D151164
[mlir][openacc] Use new reduction design in acc.loop ClosedPublic Authored by clementval on May 22 2023, 3:19 PM.
Details
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 22 2023, 11:50 PM Comment Actions Just a naming suggestion - otherwise looks great.
Closed by commit rG6763f5918c92: [mlir][openacc] Use new reduction design in acc.loop (authored by clementval). · Explain WhyMay 24 2023, 10:55 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 524511 mlir/include/mlir/Dialect/OpenACC/OpenACCOps.td
mlir/lib/Dialect/OpenACC/IR/OpenACC.cpp
mlir/test/Dialect/OpenACC/ops.mlir
|
Can you call this reductionRecipes? It felt natural when you named the private recipes list "privatizations" but it doesn't feel so for reductions. So if you do want them to be consistent, might make sense to rename both.