r219020 - in /branches/gomp-4_0-branch/libgomp:...
tschwinge@gcc.gnu.org
tschwinge@gcc.gnu.org
Mon Dec 22 16:47:00 GMT 2014
Author: tschwinge
Date: Mon Dec 22 16:47:08 2014
New Revision: 219020
URL: https://gcc.gnu.org/viewcvs?rev=219020&root=gcc&view=rev
Log:
libgomp: GOMP_OFFLOAD_* are part of the libgomp/plugin interface.
libgomp/
* libgomp.h (TARGET_CAP_SHARED_MEM, TARGET_CAP_NATIVE_EXEC)
(TARGET_CAP_OPENMP_400, TARGET_CAP_OPENACC_200): Remove, and
instead...
* libgomp_target.h (GOMP_OFFLOAD_CAP_SHARED_MEM)
(GOMP_OFFLOAD_CAP_NATIVE_EXEC, GOMP_OFFLOAD_CAP_OPENMP_400)
(GOMP_OFFLOAD_CAP_OPENACC_200): ... add these new definitions.
Change all users.
Modified:
branches/gomp-4_0-branch/libgomp/ChangeLog.gomp
branches/gomp-4_0-branch/libgomp/libgomp.h
branches/gomp-4_0-branch/libgomp/libgomp_target.h
branches/gomp-4_0-branch/libgomp/oacc-host.c
branches/gomp-4_0-branch/libgomp/oacc-mem.c
branches/gomp-4_0-branch/libgomp/oacc-parallel.c
branches/gomp-4_0-branch/libgomp/plugin/plugin-host.c
branches/gomp-4_0-branch/libgomp/plugin/plugin-nvptx.c
branches/gomp-4_0-branch/libgomp/target.c
More information about the Gcc-cvs
mailing list