This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository openmp.
from 0a0af17 [libomptarget-nvptx] Add tests for nested parallelism new 624d290 [libomptarget-nvptx] Fix ancestor_thread_num and team_size (n [...] new e5c7a85 [libomptarget-nvptx] Align data sharing stack
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 | 7 ++ libomptarget/deviceRTLs/nvptx/src/libcall.cu | 12 ++-- .../deviceRTLs/nvptx/test/data_sharing/alignment.c | 55 ++++++++++++++ .../deviceRTLs/nvptx/test/parallel/level.c | 84 ++++++++++++++++++++-- 4 files changed, 147 insertions(+), 11 deletions(-) create mode 100644 libomptarget/deviceRTLs/nvptx/test/data_sharing/alignment.c