[Openmp-commits] [PATCH] D104418: [PoC][WIP][OpenMP][Offloading] Fixed data race in libomptarget caused by async data movement
Shilei Tian via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed Jun 16 17:12:47 PDT 2021
tianshilei1992 added a comment.
In D104418#2823422 <https://reviews.llvm.org/D104418#2823422>, @jdoerfert wrote:
> I don't understand why we have an event in the async_info object at all. I would have assumed only to have some plugin specific "lock" in the table.
That's the only way to take the event back from plugin to `libomptarget`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104418/new/
https://reviews.llvm.org/D104418
More information about the Openmp-commits
mailing list