This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch openacc-gcc-7-branch in repository gcc.
from e5af02cb854 [openacc] Add vector-length-128-10.c new e2b9a1353b5 [nvptx] Handle large vector reductions new ab0a922c41b [nvptx] Enable large vectors new 1a6b7180400 [nvptx] Add -mlong-vector-in-workers new a5c20661043 [nvptx] Handle large vectors in libgomp
The 4 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.openacc | 51 ++++ gcc/config/nvptx/nvptx-protos.h | 1 + gcc/config/nvptx/nvptx.c | 303 ++++++++++++++++++--- gcc/config/nvptx/nvptx.h | 2 + gcc/config/nvptx/nvptx.md | 12 + gcc/config/nvptx/nvptx.opt | 3 + gcc/omp-offload.c | 7 + gcc/omp-offload.h | 2 + libgomp/ChangeLog.openacc | 25 ++ libgomp/plugin/plugin-nvptx.c | 10 +- .../vector-length-128-1.c | 5 +- .../vector-length-128-10.c | 1 - .../vector-length-128-2.c | 5 +- ...vector-length-128-2.c => vector-length-128-4.c} | 15 +- ...vector-length-128-2.c => vector-length-128-5.c} | 14 +- ...vector-length-128-1.c => vector-length-128-6.c} | 13 +- ...vector-length-128-1.c => vector-length-128-7.c} | 12 +- ...vector-length-128-3.c => vector-length-128-8.c} | 18 +- ...vector-length-128-3.c => vector-length-128-9.c} | 18 +- .../libgomp.oacc-c-c++-common/vred2d-128.c | 2 - libgomp/testsuite/libgomp.oacc-fortran/gemm.f90 | 1 - 21 files changed, 430 insertions(+), 90 deletions(-) copy libgomp/testsuite/libgomp.oacc-c-c++-common/{vector-length-128-2.c => vector- [...] copy libgomp/testsuite/libgomp.oacc-c-c++-common/{vector-length-128-2.c => vector- [...] copy libgomp/testsuite/libgomp.oacc-c-c++-common/{vector-length-128-1.c => vector- [...] copy libgomp/testsuite/libgomp.oacc-c-c++-common/{vector-length-128-1.c => vector- [...] copy libgomp/testsuite/libgomp.oacc-c-c++-common/{vector-length-128-3.c => vector- [...] copy libgomp/testsuite/libgomp.oacc-c-c++-common/{vector-length-128-3.c => vector- [...]