[Openmp-commits] [PATCH] D75546: [libomptarget] Implement locks for amdgcn

Johannes Doerfert via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Wed Mar 4 14:05:30 PST 2020


jdoerfert added inline comments.


================
Comment at: openmp/libomptarget/deviceRTLs/amdgcn/src/amdgcn_locks.hip:15
+// The closest approximatation we can implement is to lock per-wavefront.
+//
+//===----------------------------------------------------------------------===//
----------------
Doesn't this mean we cannot implement locks properly at all?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75546





More information about the Openmp-commits mailing list