This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/omp/gcc-11 in repository gcc.
from 88c73dbc2de Fix gfortran.dg/gomp/affinity-clause-1.f90 new 9aefadc9e6a amdgcn: Support XNACK mode new d1eb334f7b2 amdgcn, openmp: Auto-detect USM mode and set HSA_XNACK new cdddaf7fdff amdgcn: libgomp plugin USM implementation
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: gcc/config/gcn/gcn-hsa.h | 3 +- gcc/config/gcn/gcn-opts.h | 10 +- gcc/config/gcn/gcn-valu.md | 29 +++--- gcc/config/gcn/gcn.c | 62 ++++++++--- gcc/config/gcn/gcn.md | 113 +++++++++++++-------- gcc/config/gcn/gcn.opt | 18 ++-- gcc/config/gcn/mkoffload.c | 56 ++++++++-- gcc/omp-low.c | 4 + libgomp/plugin/plugin-gcn.c | 104 +++++++++++++++++-- libgomp/testsuite/lib/libgomp.exp | 22 ++++ libgomp/testsuite/libgomp.c++/usm-1.C | 2 +- .../testsuite/libgomp.c-c++-common/requires-1.c | 1 + libgomp/testsuite/libgomp.c/usm-1.c | 1 + libgomp/testsuite/libgomp.c/usm-2.c | 1 + libgomp/testsuite/libgomp.c/usm-3.c | 1 + libgomp/testsuite/libgomp.c/usm-4.c | 1 + libgomp/testsuite/libgomp.c/usm-5.c | 2 +- libgomp/testsuite/libgomp.c/usm-6.c | 2 +- 18 files changed, 334 insertions(+), 98 deletions(-)