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 26302558b9b OpenMP (C only): For 'omp allocate', really walk tree for ' [...] new 0cf5ac34de1 libgomp: parallel reverse offload new ea922f2d6e0 nvptx: update comment re delayed free
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: include/gomp-constants.h | 2 +- libgomp/config/gcn/target.c | 39 ++++-- libgomp/config/nvptx/libgomp-nvptx.h | 35 ++++- libgomp/config/nvptx/target.c | 53 +++++--- libgomp/env.c | 6 + libgomp/libgomp-plugin.c | 4 +- libgomp/libgomp-plugin.h | 2 +- libgomp/libgomp.h | 3 +- libgomp/libgomp.texi | 17 +++ libgomp/plugin/plugin-gcn.c | 8 +- libgomp/plugin/plugin-nvptx.c | 78 +++++++++-- libgomp/target.c | 143 ++++++++++++++++++++- .../libgomp.c/reverse-offload-threads-1.c | 26 ++++ .../libgomp.c/reverse-offload-threads-2.c | 31 +++++ 14 files changed, 381 insertions(+), 66 deletions(-) create mode 100644 libgomp/testsuite/libgomp.c/reverse-offload-threads-1.c create mode 100644 libgomp/testsuite/libgomp.c/reverse-offload-threads-2.c