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 78ded3345d0 [openacc] Add target hook TARGET_GOACC_ADJUST_PARALLELISM new 44e04417570 [openacc] Fix adjust_parallism usage in oacc_loop_auto_partitions new e75270120cf [openacc] Add vector_length 128 testcases
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.openacc | 4 + gcc/omp-offload.c | 2 +- gcc/testsuite/ChangeLog.openacc | 6 ++ .../libgomp.oacc-c-c++-common/vred2d-128.c | 57 +++++++++++ libgomp/testsuite/libgomp.oacc-fortran/gemm.f90 | 109 +++++++++++++++++++++ 5 files changed, 177 insertions(+), 1 deletion(-) create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/vred2d-128.c create mode 100644 libgomp/testsuite/libgomp.oacc-fortran/gemm.f90