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

Johannes Doerfert via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon Aug 23 11:42:09 PDT 2021


jdoerfert added inline comments.


================
Comment at: openmp/libomptarget/src/device.cpp:290
+        TargetPointer = nullptr;
+      }
+
----------------
Should we skip the event stuff if we failed?


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