diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2019-12-11 17:49:08 +0100 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gcc.gnu.org> | 2019-12-11 17:49:08 +0100 |
commit | c5578b56b632bb21aac5dfdab09c3d24aba41c44 (patch) | |
tree | b5db9791c7d903505188ae82bee3a60402d4af1e /libgomp/oacc-int.h | |
parent | 3d1b5e710e5573416bb13113b6593307e6b008e2 (diff) | |
download | gcc-c5578b56b632bb21aac5dfdab09c3d24aba41c44.tar.gz |
[OpenACC] Consolidate 'async'/'wait' code in 'libgomp/oacc-async.c'
libgomp/
* oacc-parallel.c (GOACC_wait, goacc_wait): Move...
* oacc-async.c: ... here.
* oacc-int.h (goacc_wait): Declare.
* libgomp_g.h: Update
From-SVN: r279232
Diffstat (limited to 'libgomp/oacc-int.h')
-rw-r--r-- | libgomp/oacc-int.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libgomp/oacc-int.h b/libgomp/oacc-int.h index 9dc6c8a5713..81cb15c605f 100644 --- a/libgomp/oacc-int.h +++ b/libgomp/oacc-int.h @@ -113,6 +113,7 @@ void goacc_restore_bind (void); void goacc_lazy_initialize (void); void goacc_host_init (void); +void goacc_wait (int, int, va_list *); void goacc_init_asyncqueues (struct gomp_device_descr *); bool goacc_fini_asyncqueues (struct gomp_device_descr *); void goacc_async_free (struct gomp_device_descr *, struct goacc_asyncqueue *, |