This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository openmp.
from feadeef Set the license header for all OMPT files new e39608a Introduce GOMP_taskloop API new 0ed912c [OpenMP] Fix affinity API for KMP_AFFINITY=none|compact|scatter
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/exports_so.txt | 2 + runtime/src/kmp.h | 13 +++ runtime/src/kmp_affinity.cpp | 17 ++- runtime/src/kmp_ftn_entry.h | 7 ++ runtime/src/kmp_ftn_os.h | 4 + runtime/src/kmp_gsupport.cpp | 136 ++++++++++++++++++++++ runtime/src/kmp_os.h | 8 ++ runtime/src/kmp_sched.cpp | 1 + runtime/src/kmp_settings.cpp | 2 + runtime/src/kmp_tasking.cpp | 156 +++++++++++++++++++++++--- runtime/test/tasking/omp_taskloop_grainsize.c | 2 - runtime/test/tasking/omp_taskloop_num_tasks.c | 2 - 12 files changed, 326 insertions(+), 24 deletions(-)