[Openmp-commits] [PATCH] D96431: [OpenMP] Make `__tgt_async_info` a RAII object

Johannes Doerfert via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Wed Feb 10 10:29:03 PST 2021


jdoerfert abandoned this revision.
jdoerfert added a comment.

I will abandon this. We probably are fine with synchronizing explicitly given that we want to look at the return status anyway.

In D96431#2554464 <https://reviews.llvm.org/D96431#2554464>, @tianshilei1992 wrote:

> If we want to use event later for target task, this design needs to be revised because the life time of the async info object will be out of its scope.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96431



More information about the Openmp-commits mailing list