r207938 - in /branches/gomp-4_0-branch/libgomp:...

tschwinge@gcc.gnu.org tschwinge@gcc.gnu.org
Thu Feb 20 09:25:00 GMT 2014


Author: tschwinge
Date: Thu Feb 20 09:25:55 2014
New Revision: 207938

URL: http://gcc.gnu.org/viewcvs?rev=207938&root=gcc&view=rev
Log:
libgomp: plugin for non-shared memory host execution.

	libgomp/
	* plugin-host.c: New file.
	* target.c (struct gomp_device_descr): Add device_alloc_func,
	device_free_func, device_dev2host_func, device_host2dev_func
	members.
	(gomp_load_plugin_for_device): Load these.
	(gomp_map_vars, gomp_unmap_tgt, gomp_unmap_vars, gomp_update): Use
	these.
	(resolve_device, gomp_find_available_plugins): Remove ID 257 hack.

Added:
    branches/gomp-4_0-branch/libgomp/plugin-host.c
Modified:
    branches/gomp-4_0-branch/libgomp/ChangeLog.gomp
    branches/gomp-4_0-branch/libgomp/target.c



More information about the Gcc-cvs mailing list