This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository openmp.
from d2cb509 [OpenMP] libomptarget: eliminate compiler warnings at build new 2b5580f OpenMP 4.5: implemented support of schedule(simd:guided) and [...]
The 1 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 | 4 +- runtime/src/kmp_dispatch.cpp | 129 ++++++- runtime/src/kmp_runtime.cpp | 2 +- runtime/test/worksharing/for/kmp_sch_simd_guided.c | 410 +++++++++++++++++++++ .../worksharing/for/kmp_sch_simd_runtime_api.c | 221 +++++++++++ .../worksharing/for/kmp_sch_simd_runtime_guided.c | 196 ++++++++++ .../worksharing/for/kmp_sch_simd_runtime_static.c | 201 ++++++++++ 7 files changed, 1160 insertions(+), 3 deletions(-) create mode 100644 runtime/test/worksharing/for/kmp_sch_simd_guided.c create mode 100644 runtime/test/worksharing/for/kmp_sch_simd_runtime_api.c create mode 100644 runtime/test/worksharing/for/kmp_sch_simd_runtime_guided.c create mode 100644 runtime/test/worksharing/for/kmp_sch_simd_runtime_static.c