This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository openmp.
from f45f0fd [libomptarget][NVPTX] Fix __kmpc_spmd_kernel_deinit new 44cbbcf [libomptarget][NVPTX] Drop dead code and data structures, NFCI. new 1482289 [libomptarget] PR38704: Fix erase of ShadowPtrMap new 88f5f2f [libomptarget][CUDA] Use cuDeviceGetAttribute, NFCI.
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/counter_group.h | 51 -------------- libomptarget/deviceRTLs/nvptx/src/counter_groupi.h | 82 ---------------------- libomptarget/deviceRTLs/nvptx/src/interface.h | 2 + .../deviceRTLs/nvptx/src/omptarget-nvptx.cu | 19 ----- .../deviceRTLs/nvptx/src/omptarget-nvptx.h | 12 ---- .../deviceRTLs/nvptx/src/omptarget-nvptxi.h | 14 ---- libomptarget/deviceRTLs/nvptx/src/option.h | 7 -- libomptarget/deviceRTLs/nvptx/src/parallel.cu | 4 -- libomptarget/plugins/cuda/src/rtl.cpp | 69 +++++++++--------- libomptarget/src/omptarget.cpp | 6 +- libomptarget/test/mapping/pr38704.c | 41 +++++++++++ 11 files changed, 84 insertions(+), 223 deletions(-) delete mode 100644 libomptarget/deviceRTLs/nvptx/src/counter_group.h delete mode 100644 libomptarget/deviceRTLs/nvptx/src/counter_groupi.h create mode 100644 libomptarget/test/mapping/pr38704.c