This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository openmp.
from 942037e PR30734: Remove __kmp_ft_page_allocate() new c6bb224 [OMPT] Print two more addresses in print_fuzzy_address_block() new bf0dde7 [OMPT] Adapt OMPT callbacks for tasks to handle untied tasks [...] new de6991e [OMPT] Fix OMPT callbacks for the taskloop construct and add [...]
The 3 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_tasking.cpp | 321 ++++++++++++++++++++++++----------- runtime/test/ompt/callback.h | 13 +- runtime/test/ompt/tasks/task_types.c | 33 +++- runtime/test/ompt/tasks/taskloop.c | 62 +++++++ 4 files changed, 322 insertions(+), 107 deletions(-) create mode 100644 runtime/test/ompt/tasks/taskloop.c