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.
 Differential  D154013  
[openacc] Allow async, wait and device_type on the data construct Authored by clementval on Jun 28 2023, 3:01 PM. 
Details From OpenACC 3.2 specification: This patch adds these clauses in the ACC.td file and adds some tests 
Diff Detail 
  |