[PATCH] D95469: [flang][openacc] Allow multiple wait clauses

Sourabh Singh Tomar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 26 20:45:20 PST 2021


SouraVX added inline comments.


================
Comment at: flang/test/Semantics/OpenACC/acc-data.f90:62
 
   !$acc enter data create(aa) wait(wait1)
 
----------------
Looking at it, I assume `wait1` is an event of some kind ? That `data create` directive is waiting for finishing ?
Then again where is `wait1` defined ?
Could you point me to the spec WRT this clause.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D95469/new/

https://reviews.llvm.org/D95469



More information about the llvm-commits mailing list