This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository openmp.
from 867a573 [OPENMP][NVPTX]Correctly handle L2 parallelism in SPMD mode. new 03f8ac5 [OpenMP] Eliminate some compiler warnings new 67ef47a [OpenMP] Add OpenMP 5.0 nonmonotonic code
The 2 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: runtime/src/include/50/omp.h.var | 9 +- runtime/src/include/50/omp_lib.f.var | 1 + runtime/src/include/50/omp_lib.f90.var | 2 +- runtime/src/include/50/omp_lib.h.var | 2 + runtime/src/kmp.h | 44 +++++- runtime/src/kmp_affinity.cpp | 2 +- runtime/src/kmp_atomic.cpp | 2 + runtime/src/kmp_dispatch.cpp | 63 ++++++-- runtime/src/kmp_dispatch_hier.h | 30 ++-- runtime/src/kmp_runtime.cpp | 25 +++- runtime/src/kmp_settings.cpp | 165 +++++++++++++-------- runtime/test/worksharing/for/omp_monotonic_env.c | 86 +++++++++++ .../for/omp_monotonic_schedule_set_get.c | 134 +++++++++++++++++ 13 files changed, 466 insertions(+), 99 deletions(-) create mode 100644 runtime/test/worksharing/for/omp_monotonic_env.c create mode 100644 runtime/test/worksharing/for/omp_monotonic_schedule_set_get.c