This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository openmp.
from bbbee1d Create a runtime option to disable task throttling. new 0b13281 [OPENMP]Make __kmpc_push_tripcount thread safe.
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: .../deviceRTLs/nvptx/test/parallel/tripcount.c | 22 ++++++++++++++++++++++ libomptarget/src/device.h | 6 ++++-- libomptarget/src/interface.cpp | 7 ++++--- libomptarget/src/omptarget.cpp | 8 ++++++-- libomptarget/src/private.h | 1 + 5 files changed, 37 insertions(+), 7 deletions(-) create mode 100644 libomptarget/deviceRTLs/nvptx/test/parallel/tripcount.c