From 7ce6440371a57a4c23eff770056e7b24aa30b204 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Wed, 24 May 2017 15:25:01 +0200 Subject: 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 --- libgomp/libgomp.map | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libgomp/libgomp.map') 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; -- cgit v1.1