r242443 - in /branches/hsa/gcc: ChangeLog.hsa o...
jamborm@gcc.gnu.org
jamborm@gcc.gnu.org
Tue Nov 15 18:04:00 GMT 2016
Author: jamborm
Date: Tue Nov 15 18:04:25 2016
New Revision: 242443
URL: https://gcc.gnu.org/viewcvs?rev=242443&root=gcc&view=rev
Log:
Replace all omp references of GPGPU with HSA grid
2016-11-15 Martin Jambor <mjambor@suse.cz>
gcc/
* omp-low.c (grid references): Replace GPGPU in the function
comment with a reference to HSA grids.
(grid_dist_follows_simple_pattern): Likewise.
(grid_dist_follows_tiling_pattern): Likewise.
(grid_target_follows_gridifiable_pattern): Likewise.
(grid_expand_target_grid_body): Update function comment.
(GRID_MISSED_MSG_PREFIX): Replece GPGPU with HSA kernel.
(grid_attempt_target_gridification): Likewise.
testsuite/
* c-c++-common/gomp/gridify-1.c: Adjusted scan dump.
* c-c++-common/gomp/gridify-2.c: Likewise.
* c-c++-common/gomp/gridify-3.c: Likewise.
* gfortran.dg/gomp/gridify-1.f90: Likewise.
Modified:
branches/hsa/gcc/ChangeLog.hsa
branches/hsa/gcc/omp-low.c
branches/hsa/gcc/testsuite/ChangeLog.hsa
branches/hsa/gcc/testsuite/c-c++-common/gomp/gridify-1.c
branches/hsa/gcc/testsuite/c-c++-common/gomp/gridify-2.c
branches/hsa/gcc/testsuite/c-c++-common/gomp/gridify-3.c
branches/hsa/gcc/testsuite/gfortran.dg/gomp/gridify-1.f90
More information about the Gcc-cvs
mailing list