This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/omp/gcc-13 in repository gcc.
from d80ddf9e1b0 OpenMP: Fix ICE in fixup_blocks_walker [PR111274] new 9967206d41c [og13] OpenMP: Call cuMemcpy2D/cuMemcpy3D for nvptx for omp [...] new b481602d6b8 [og13] OpenMP, NVPTX: memcpy[23]D bias correction new 8d3e8e78011 [og13] OpenMP: Support accelerated 2D/3D memory copies for AMD GCN
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: include/ChangeLog.omp | 11 + include/cuda/cuda.h | 87 ++++ libgomp/ChangeLog.omp | 41 ++ libgomp/libgomp-plugin.h | 7 + libgomp/libgomp.h | 2 + libgomp/libgomp.texi | 5 + libgomp/oacc-host.c | 2 + libgomp/plugin/cuda-lib.def | 3 + libgomp/plugin/plugin-gcn.c | 359 ++++++++++++++ libgomp/plugin/plugin-nvptx.c | 185 +++++++ libgomp/target.c | 164 ++++++- libgomp/testsuite/libgomp.c/target-12.c | 6 +- libgomp/testsuite/libgomp.fortran/target-12.f90 | 6 +- .../libgomp.fortran/target-memcpy-rect-1.f90 | 531 +++++++++++++++++++++ 14 files changed, 1384 insertions(+), 25 deletions(-) create mode 100644 libgomp/testsuite/libgomp.fortran/target-memcpy-rect-1.f90