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

Jon Chesterfield via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Mar 5 09:50:52 PST 2020


JonChesterfield added a comment.

In D75546#1907737 <https://reviews.llvm.org/D75546#1907737>, @jdoerfert wrote:

> Can we have a `print("Locks are not supported in this thread mapping model")` instead?


Absolutely. Updated the diff to do so.

The CAS lock implementation will work correctly for a simd=>warp model, so can resurrect this once that's online.


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