This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository openmp.
from ab0fc85 [OpenMP] Use C++11 Atomics - barrier, tasking, and lock code new d76271d [OpenMP] Restructure loop code for hierarchical scheduling new ebe25f3 [OPENMP, NVPTX] Support several images in the executable. new 0afe745 [OpenMP] Introduce hierarchical scheduling
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: libomptarget/plugins/cuda/src/rtl.cpp | 11 +- runtime/CMakeLists.txt | 4 + runtime/src/i18n/en_US.txt | 1 + runtime/src/kmp.h | 50 +- runtime/src/kmp_affinity.cpp | 87 ++ runtime/src/kmp_config.h.cmake | 2 + runtime/src/kmp_dispatch.cpp | 2487 +++++++++++++++------------------ runtime/src/kmp_dispatch.h | 522 +++++++ runtime/src/kmp_dispatch_hier.h | 1090 +++++++++++++++ runtime/src/kmp_global.cpp | 9 + runtime/src/kmp_runtime.cpp | 18 + runtime/src/kmp_settings.cpp | 207 ++- 12 files changed, 3030 insertions(+), 1458 deletions(-) create mode 100644 runtime/src/kmp_dispatch.h create mode 100644 runtime/src/kmp_dispatch_hier.h