Remove old clause operands from acc.kernels 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 D150224
Paths
| Differential D150225
[mlir][openacc] Cleanup acc.kernels from old data clause operands ClosedPublic Authored by clementval on May 9 2023, 2:10 PM.
Details Summary Remove old clause operands from acc.kernels operation since Depends on D150224
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMay 9 2023, 2:10 PM Herald added subscribers: stephenneuendorffer, nicolasvasilache, jdoerfert. · View Herald Transcript This revision is now accepted and ready to land.May 9 2023, 9:55 PM This revision was landed with ongoing or failed builds.May 10 2023, 8:38 AM Closed by commit rG1e463942f4a3: [mlir][openacc] Cleanup acc.kernels from old data clause operands (authored by clementval). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 521006 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
|