[Openmp-commits] [PATCH] D106576: [OpenMP] Simplify the ThreadStackTy for globalization fallback

Johannes Doerfert via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Jul 22 10:48:00 PDT 2021


jdoerfert created this revision.
jdoerfert added reviewers: jhuber6, ggeorgakoudis, tianshilei1992.
Herald added subscribers: guansong, bollu, yaxunl.
jdoerfert requested review of this revision.
Herald added a subscriber: sstefan1.
Herald added a project: OpenMP.

With D106496 <https://reviews.llvm.org/D106496> we can make the globalization fallback stack much simpler
and this version doesn't seem to experience the spurious failures and
deadlocks we have seen before.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D106576

Files:
  openmp/libomptarget/deviceRTLs/common/src/data_sharing.cu

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106576.360883.patch
Type: text/x-patch
Size: 6450 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20210722/49f031aa/attachment.bin>


More information about the Openmp-commits mailing list