[Openmp-commits] [PATCH] D132005: Add non-blocking support for target nowait regions

Ye Luo via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Aug 16 17:51:14 PDT 2022


ye-luo added a comment.

> If during the synchronization stage the operations are not completed, the attached hidden helper task is re-enqueued to any hidden helper thread to be later synchronized

Does this explicitly depends on helper threads and helper tasks or regular OpenMP threads and tasks can be used?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D132005



More information about the Openmp-commits mailing list