This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository openmp.
from d9b5940 [OpenMP] Use LIBOMPTARGET_DEVICE_RTL_DEBUG env var to control [...] new 96c144c [OMPT] Add api_calls_misc.c testcase and rename api_calls.c testcase new a838d8e [OMPT] Fix thread_num for implicit_task_end callbacks in nest [...]
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_csupport.cpp | 2 +- runtime/src/kmp_gsupport.cpp | 1 + runtime/src/kmp_runtime.cpp | 17 +++-- runtime/src/ompt-internal.h | 1 + runtime/test/ompt/callback.h | 4 ++ runtime/test/ompt/misc/api_calls_misc.c | 72 ++++++++++++++++++++++ .../ompt/misc/{api_calls.c => api_calls_places.c} | 0 7 files changed, 92 insertions(+), 5 deletions(-) create mode 100644 runtime/test/ompt/misc/api_calls_misc.c rename runtime/test/ompt/misc/{api_calls.c => api_calls_places.c} (100%)