r217161 - in /branches/gomp-4_0-branch/libgomp:...
jules@gcc.gnu.org
jules@gcc.gnu.org
Wed Nov 5 22:31:00 GMT 2014
Author: jules
Date: Wed Nov 5 22:31:40 2014
New Revision: 217161
URL: https://gcc.gnu.org/viewcvs?rev=217161&root=gcc&view=rev
Log:
libgomp/
* oacc-host.c: Add GOMP_OFFLOAD_ prefix for plugin hooks. Rename
device_init to init_device, device_fini to fini_device,
offload_register to register_image and remove extraneous "device_"
from device_alloc, device_free, device_dev2host, device_host2dev and
device_run.
(host_dispatch): Use new names for hooks.
* oacc-init.c: Use new names for hooks, throughout.
* plugin-nvptx.c: Likewise.
* target.c: Likewise.
(gomp_load_plugin_for_device): Likewise. Look for new hook names.
* target.h (gomp_device_descr): Use new hook names.
Modified:
branches/gomp-4_0-branch/libgomp/ChangeLog.gomp
branches/gomp-4_0-branch/libgomp/oacc-host.c
branches/gomp-4_0-branch/libgomp/oacc-init.c
branches/gomp-4_0-branch/libgomp/oacc-mem.c
branches/gomp-4_0-branch/libgomp/plugin-nvptx.c
branches/gomp-4_0-branch/libgomp/target.c
branches/gomp-4_0-branch/libgomp/target.h
More information about the Gcc-cvs
mailing list