This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/omp/gcc-12 in repository gcc.
from c58b28cb650 OpenACC: Pass pre-allocated 'ptrblock' to 'goacc_noncontig_ [...] new 43095690ea5 '-foffload-memory=pinned' using offloading device interfaces new 694bbd399c1 '-foffload-memory=pinned' using offloading device interface [...]
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: gcc/ChangeLog.omp | 4 + gcc/doc/invoke.texi | 19 +- include/ChangeLog.omp | 9 + include/cuda/cuda.h | 11 +- libgomp/ChangeLog.omp | 78 +++ libgomp/config/linux/allocator.c | 26 - libgomp/libgomp-plugin.h | 7 +- libgomp/libgomp.h | 15 + libgomp/libgomp.texi | 35 ++ libgomp/libgomp_g.h | 2 +- libgomp/oacc-mem.c | 16 + libgomp/plugin/cuda-lib.def | 4 + libgomp/plugin/plugin-nvptx.c | 435 +++++++++++++- libgomp/target.c | 826 +++++++++++++++++++++++++-- libgomp/testsuite/libgomp.c/alloc-pinned-7.c | 63 -- 15 files changed, 1392 insertions(+), 158 deletions(-) delete mode 100644 libgomp/testsuite/libgomp.c/alloc-pinned-7.c