This is an automated email from the git hooks/post-receive script.
git pushed a change to branch master in repository openmp.
from 58df016 [OpenMP] Fix nvidia-cuda-toolkit detection on Debian/Ubuntu new 900210a [OPENMP][NVPTX]Improve performance + reduce number of used re [...] new 38895e6 [OPENMP][NVPTX]General formatting/code improvement, NFC.
The 2 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 | 81 ++++++++++------------ libomptarget/deviceRTLs/nvptx/src/debug.h | 2 +- libomptarget/deviceRTLs/nvptx/src/interface.h | 12 +++- libomptarget/deviceRTLs/nvptx/src/libcall.cu | 43 ++++++++---- libomptarget/deviceRTLs/nvptx/src/loop.cu | 29 ++++---- .../deviceRTLs/nvptx/src/omptarget-nvptx.cu | 8 +-- .../deviceRTLs/nvptx/src/omptarget-nvptx.h | 30 ++++---- .../deviceRTLs/nvptx/src/omptarget-nvptxi.h | 18 ++--- libomptarget/deviceRTLs/nvptx/src/parallel.cu | 24 +++---- libomptarget/deviceRTLs/nvptx/src/reduction.cu | 55 ++++++++------- libomptarget/deviceRTLs/nvptx/src/state-queue.h | 4 +- libomptarget/deviceRTLs/nvptx/src/state-queuei.h | 3 +- libomptarget/deviceRTLs/nvptx/src/support.h | 6 +- libomptarget/deviceRTLs/nvptx/src/supporti.h | 12 ++-- libomptarget/deviceRTLs/nvptx/src/sync.cu | 2 +- libomptarget/deviceRTLs/nvptx/src/task.cu | 6 +- 16 files changed, 176 insertions(+), 159 deletions(-)