[Openmp-commits] [PATCH] D103121: [OpenMP] libomp: Add new experimental barrier: two-level distributed barrier

Terry Wilmarth via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon Jul 12 06:37:56 PDT 2021


tlwilmar updated this revision to Diff 357929.
tlwilmar added a comment.
Herald added a subscriber: mgorny.

This update contains the original patch plus https://reviews.llvm.org/D104638, https://reviews.llvm.org/D104788, and a few more additions to fix the warnings mentioned in D104788 <https://reviews.llvm.org/D104788>.


Repository:
  rOMP OpenMP

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

https://reviews.llvm.org/D103121

Files:
  openmp/runtime/cmake/config-ix.cmake
  openmp/runtime/src/i18n/en_US.txt
  openmp/runtime/src/kmp.h
  openmp/runtime/src/kmp_atomic.cpp
  openmp/runtime/src/kmp_barrier.cpp
  openmp/runtime/src/kmp_config.h.cmake
  openmp/runtime/src/kmp_global.cpp
  openmp/runtime/src/kmp_os.h
  openmp/runtime/src/kmp_runtime.cpp
  openmp/runtime/src/kmp_settings.cpp
  openmp/runtime/src/kmp_stats.h
  openmp/runtime/src/kmp_str.cpp
  openmp/runtime/src/kmp_str.h
  openmp/runtime/src/kmp_tasking.cpp
  openmp/runtime/src/kmp_wait_release.cpp
  openmp/runtime/src/kmp_wait_release.h
  openmp/runtime/src/z_Linux_util.cpp
  openmp/runtime/src/z_Windows_NT_util.cpp
  openmp/runtime/test/barrier/omp_barrier.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D103121.357929.patch
Type: text/x-patch
Size: 112929 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20210712/5a4330f3/attachment-0001.bin>


More information about the Openmp-commits mailing list