diff options
author | nathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-11-03 20:18:33 +0000 |
---|---|---|
committer | nathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-11-03 20:18:33 +0000 |
commit | 71024455d0a97b53ca0189b1750869fe2a6d5c4a (patch) | |
tree | eafcfcced078b7b42a1f3c2ceaf94fb816bcddc6 /libgomp/oacc-host.c | |
parent | 71e4c29dc237254efda1e81e0a1b62953e5bf4a9 (diff) | |
download | gcc-71024455d0a97b53ca0189b1750869fe2a6d5c4a.tar.gz |
* libgomp.h (struct acc_dispatch_t): Remove args from exec_func.
* plugin/plugin-nvptx.c (nvptx_exec): Remove sizes & kinds arg.
(GOMP_OFFLOAD_openacc_parallel): Likewise.
* oacc-host.c (host_openacc_exec): Likewise.
* oacc-parallel.c (GOACC_parallel_keyed): Adjust exec_func call.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@229721 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgomp/oacc-host.c')
-rw-r--r-- | libgomp/oacc-host.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libgomp/oacc-host.c b/libgomp/oacc-host.c index 8e4ba04b465..98748041bfc 100644 --- a/libgomp/oacc-host.c +++ b/libgomp/oacc-host.c @@ -135,8 +135,6 @@ host_openacc_exec (void (*fn) (void *), size_t mapnum __attribute__ ((unused)), void **hostaddrs, void **devaddrs __attribute__ ((unused)), - size_t *sizes __attribute__ ((unused)), - unsigned short *kinds __attribute__ ((unused)), int async __attribute__ ((unused)), unsigned *dims __attribute ((unused)), void *targ_mem_desc __attribute__ ((unused))) |