This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository openmp.
from e9791d7 [OpenMP] Add task alloc function new 3f381f5 New implementation of OpenMP 5.0 detached tasks.
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/dllexports | 3 +- runtime/src/include/50/omp.h.var | 9 ++ runtime/src/include/50/omp_lib.f.var | 10 ++ runtime/src/include/50/omp_lib.f90.var | 6 ++ runtime/src/include/50/omp_lib.h.var | 9 ++ runtime/src/kmp.h | 29 +++++- runtime/src/kmp_ftn_entry.h | 7 ++ runtime/src/kmp_ftn_os.h | 4 + runtime/src/kmp_tasking.cpp | 144 ++++++++++++++++++++++++----- runtime/test/tasking/kmp_detach_tasks_t1.c | 113 ++++++++++++++++++++++ runtime/test/tasking/kmp_detach_tasks_t2.c | 116 +++++++++++++++++++++++ runtime/test/tasking/kmp_detach_tasks_t3.c | 138 +++++++++++++++++++++++++++ 12 files changed, 564 insertions(+), 24 deletions(-) create mode 100644 runtime/test/tasking/kmp_detach_tasks_t1.c create mode 100644 runtime/test/tasking/kmp_detach_tasks_t2.c create mode 100644 runtime/test/tasking/kmp_detach_tasks_t3.c