[Openmp-commits] [PATCH] D104418: [OpenMP][Offloading] Fixed data race in libomptarget caused by async data movement

Ye Luo via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Fri Aug 20 07:55:53 PDT 2021


ye-luo requested changes to this revision.
ye-luo added a comment.
This revision now requires changes to proceed.

There is a performance hit from frequent creating/destroying events at very transfer. The create/destroy logic can be separate from recording events.


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