This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository openmp.
from 3e1e7c4 [OpenMP][Fix] Conditional compilation leaves variables unused new 4ae92ac [OPENMP][NVPTX] Lightweight runtime support for SPMD mode.
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/data_sharing.cu | 5 +- libomptarget/deviceRTLs/nvptx/src/interface.h | 2 + libomptarget/deviceRTLs/nvptx/src/libcall.cu | 75 ++++++++++++++++++-- libomptarget/deviceRTLs/nvptx/src/loop.cu | 81 +++++++++++++++++++--- libomptarget/deviceRTLs/nvptx/src/omp_data.cu | 7 ++ .../deviceRTLs/nvptx/src/omptarget-nvptx.cu | 44 ++++++++---- .../deviceRTLs/nvptx/src/omptarget-nvptx.h | 35 ++++++++++ libomptarget/deviceRTLs/nvptx/src/parallel.cu | 33 +++++++-- libomptarget/deviceRTLs/nvptx/src/supporti.h | 17 +++-- libomptarget/deviceRTLs/nvptx/src/sync.cu | 6 +- libomptarget/deviceRTLs/nvptx/src/task.cu | 3 + 11 files changed, 263 insertions(+), 45 deletions(-)