[Openmp-commits] [PATCH] D125260: [Libomptarget] Allow the device runtime to be compiled for the host

Joseph Huber via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue May 10 07:43:21 PDT 2022


jhuber6 added inline comments.


================
Comment at: openmp/libomptarget/DeviceRTL/src/Synchronization.cpp:66
 
+uint32_t atomicInc(uint32_t *A, uint32_t V, int Ordering);
+void namedBarrierInit();
----------------
tianshilei1992 wrote:
> similar here
Will do.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125260



More information about the Openmp-commits mailing list