This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository openmp.
from 9994ae3 [OpenMP][libomptarget] Enable requires flags for target libraries. new 7481323 [OpenMP] Add implementation to two OMPT API routines
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/ompt-general.cpp | 7 +-- runtime/src/ompt-specific.cpp | 29 +++++++++ runtime/test/ompt/callback.h | 25 +++++--- runtime/test/ompt/misc/finalize_tool.c | 28 +++++++++ runtime/test/ompt/tasks/task_memory.c | 108 +++++++++++++++++++++++++++++++++ 5 files changed, 182 insertions(+), 15 deletions(-) create mode 100644 runtime/test/ompt/misc/finalize_tool.c create mode 100644 runtime/test/ompt/tasks/task_memory.c