Remove old clause operands from acc.serial operation since
the new dataOperands is now in place.
private and firstprivate will receive some redesign but are
not part of the new dataOperands.
Depends on D150207
Paths
| Differential D150224
[mlir][openacc] Cleanup acc.serial from old data clause operands ClosedPublic Authored by clementval on May 9 2023, 1:59 PM.
Details Summary Remove old clause operands from acc.serial operation since Depends on D150207
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMay 9 2023, 1:59 PM Herald added subscribers: stephenneuendorffer, nicolasvasilache, jdoerfert. · View Herald Transcript clementval added a child revision: D150225: [mlir][openacc] Cleanup acc.kernels from old data clause operands.May 9 2023, 2:10 PM This revision is now accepted and ready to land.May 9 2023, 9:54 PM Closed by commit rG3484745a5f41: [mlir][openacc] Cleanup acc.serial from old data clause operands (authored by clementval). · Explain WhyMay 10 2023, 8:34 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 521005 flang/lib/Lower/OpenACC.cpp
mlir/include/mlir/Dialect/OpenACC/OpenACCOps.td
mlir/lib/Dialect/OpenACC/IR/OpenACC.cpp
mlir/test/Dialect/OpenACC/ops.mlir
|