This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository openmp.
from db75b85 [OPENMP][NVPTX]Improve omp_get_max_threads() function. new 2d4c5f9 [OPENMP][NVPTX]Improve code by using parallel level counter.
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: libomptarget/deviceRTLs/nvptx/src/libcall.cu | 55 ++------------- libomptarget/deviceRTLs/nvptx/src/loop.cu | 51 +++++++------- .../deviceRTLs/nvptx/src/omptarget-nvptx.cu | 30 +++++---- libomptarget/deviceRTLs/nvptx/src/option.h | 2 + libomptarget/deviceRTLs/nvptx/src/parallel.cu | 39 +++-------- libomptarget/deviceRTLs/nvptx/src/reduction.cu | 65 ++++++++---------- libomptarget/deviceRTLs/nvptx/src/support.h | 15 +++-- libomptarget/deviceRTLs/nvptx/src/supporti.h | 58 ++++++++++------ libomptarget/deviceRTLs/nvptx/src/sync.cu | 4 +- .../deviceRTLs/nvptx/test/parallel/nested.c | 78 ++++++++++++++++++++-- 10 files changed, 200 insertions(+), 197 deletions(-)