From OpenACC 3.2 specification:
The async, wait, and device_type clauses may be specified on data
constructs.
This patch adds these clauses in the ACC.td file and adds some tests
for them in flang parsing.
Paths
| Differential D154013
[openacc] Allow async, wait and device_type on the data construct ClosedPublic Authored by clementval on Jun 28 2023, 3:01 PM.
Details Summary From OpenACC 3.2 specification: This patch adds these clauses in the ACC.td file and adds some tests
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJun 28 2023, 3:01 PM This revision is now accepted and ready to land.Jun 29 2023, 9:13 AM Closed by commit rGe4f932e5ed71: [openacc] Allow async, wait and device_type on the data construct (authored by clementval). · Explain WhyJun 29 2023, 9:45 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 535543 flang/test/Semantics/OpenACC/acc-data.f90
llvm/include/llvm/Frontend/OpenACC/ACC.td
|