OpenACC in Flang¶
Intentional deviation from the specification¶
The end directive for combined construct can omit the
loop
keyword.An
!$acc routine
with no parallelism clause is treated as if theseq
clause was present.
The end directive for combined construct can omit the loop
keyword.
An !$acc routine
with no parallelism clause is treated as if the seq
clause was present.