This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository openmp.
from 119df38 [OPENMP] Add the test to check that the libomptarget does not [...] new e85324c [libomptarget-nvptx] Fix number of threads in parallel new 5741b91 [libomptarget-nvptx] Ignore calls to dynamic API new 0a0af17 [libomptarget-nvptx] Add tests for nested parallelism
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: libomptarget/deviceRTLs/nvptx/src/libcall.cu | 36 ++---- .../deviceRTLs/nvptx/src/omptarget-nvptx.h | 11 +- libomptarget/deviceRTLs/nvptx/src/parallel.cu | 125 +++++++-------------- libomptarget/deviceRTLs/nvptx/test/api/ignored.c | 38 +++++++ .../deviceRTLs/nvptx/test/parallel/level.c | 69 ++++++++++++ .../deviceRTLs/nvptx/test/parallel/nested.c | 72 ++++++++++++ .../deviceRTLs/nvptx/test/parallel/num_threads.c | 102 +++++++++++++++++ 7 files changed, 332 insertions(+), 121 deletions(-) create mode 100644 libomptarget/deviceRTLs/nvptx/test/api/ignored.c create mode 100644 libomptarget/deviceRTLs/nvptx/test/parallel/level.c create mode 100644 libomptarget/deviceRTLs/nvptx/test/parallel/nested.c create mode 100644 libomptarget/deviceRTLs/nvptx/test/parallel/num_threads.c