This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository openmp.
from ce32bac Offer API for setting number of loop dispatch buffers new a93f24d Avoid deadlock with COI new 50df1d2 Addition of OpenMP 4.5 feature: schedule(simd:static)
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/kmp.h | 17 ++++++--- runtime/src/kmp_debugger.c | 3 +- runtime/src/kmp_omp.h | 1 + runtime/src/kmp_sched.cpp | 23 +++++++++++ runtime/src/kmp_tasking.c | 95 +++++++++++++++++++++++++++++++++++----------- 5 files changed, 110 insertions(+), 29 deletions(-)