aboutsummaryrefslogtreecommitdiff
path: root/libgomp/libgomp.map
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2017-05-24 15:25:01 +0200
committerThomas Schwinge <tschwinge@gcc.gnu.org>2017-05-24 15:25:01 +0200
commit7ce6440371a57a4c23eff770056e7b24aa30b204 (patch)
treeb60bb3f657f6dcfe63f5785355e867d7417b70b6 /libgomp/libgomp.map
parent318686c21a49aa7dbf6d04e510e6e513195256e3 (diff)
downloadgcc-7ce6440371a57a4c23eff770056e7b24aa30b204.zip
gcc-7ce6440371a57a4c23eff770056e7b24aa30b204.tar.gz
gcc-7ce6440371a57a4c23eff770056e7b24aa30b204.tar.bz2
OpenACC 1.0 compatibility: acc_async_wait, acc_async_wait_all
libgomp/ * openacc.h (acc_async_wait, acc_async_wait_all): New prototypes. * libgomp.map (OACC_2.0.1): Add these. * oacc-async.c (acc_async_wait, acc_async_wait_all): New aliases for "acc_wait", and "acc_wait_all", respectively. * openacc.f90 (acc_async_wait, acc_async_wait_all): New interfaces for "acc_wait", and "acc_wait_all", respectively. * openacc_lib.h (acc_async_wait, acc_async_wait_all): Likewise. * libgomp.texi (acc_wait, acc_wait_all): Update. * testsuite/libgomp.oacc-c-c++-common/par-reduction-2.c: Update. * testsuite/libgomp.oacc-fortran/par-reduction-2-1.f: New file. * testsuite/libgomp.oacc-fortran/par-reduction-2-2.f: Likewise. From-SVN: r248413
Diffstat (limited to 'libgomp/libgomp.map')
-rw-r--r--libgomp/libgomp.map2
1 files changed, 2 insertions, 0 deletions
diff --git a/libgomp/libgomp.map b/libgomp/libgomp.map
index b43c6de..f9044ae 100644
--- a/libgomp/libgomp.map
+++ b/libgomp/libgomp.map
@@ -380,6 +380,8 @@ OACC_2.0 {
OACC_2.0.1 {
global:
+ acc_async_wait;
+ acc_async_wait_all;
acc_pcopyin;
acc_pcreate;
} OACC_2.0;