r278134 - in /trunk/libgomp: ChangeLog libgomp-...
ams@gcc.gnu.org
ams@gcc.gnu.org
Wed Nov 13 12:37:00 GMT 2019
Author: ams
Date: Wed Nov 13 12:37:59 2019
New Revision: 278134
URL: https://gcc.gnu.org/viewcvs?rev=278134&root=gcc&view=rev
Log:
Add device number to GOMP_OFFLOAD_openacc_async_construct
2019-11-13 Andrew Stubbs <ams@codesourcery.com>
Julian Brown <julian@codesourcery.com>
libgomp/
* libgomp-plugin.h (GOMP_OFFLOAD_openacc_async_construct): Add int
parameter.
* oacc-async.c (lookup_goacc_asyncqueue): Pass device number to the
queue constructor.
* oacc-host.c (host_openacc_async_construct): Add device parameter.
* plugin/plugin-nvptx.c (GOMP_OFFLOAD_openacc_async_construct): Add
device parameter.
Modified:
trunk/libgomp/ChangeLog
trunk/libgomp/libgomp-plugin.h
trunk/libgomp/oacc-async.c
trunk/libgomp/oacc-host.c
trunk/libgomp/plugin/plugin-nvptx.c
More information about the Gcc-cvs
mailing list