[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
Wed Aug 17 15:53:27 PDT 2022


ye-luo added a comment.

Right now the synchronization is based on stream. Have you though about synchronize by an CUDA event and return the Stream to the pool early?


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