Re: OpenACC 1.0 compatibility: acc_async_wait, acc_async_wait_all

2017-05-24 Thread Thomas Schwinge
> > > For OpenACC 1.0 compatibility, we need to provide the aliases > > > > acc_async_wait, and acc_async_wait_all for acc_wait, and acc_wait_all, > > > > respectively. > > > > > > OpenACC 1.0 compatibility: acc_async_wait, acc_async_wait_all > > O

Re: OpenACC 1.0 compatibility: acc_async_wait, acc_async_wait_all

2017-05-24 Thread Jakub Jelinek
ses > > > acc_async_wait, and acc_async_wait_all for acc_wait, and acc_wait_all, > > > respectively. > > > > OpenACC 1.0 compatibility: acc_async_wait, acc_async_wait_all > > > All I've said about acc_pcopyin applies here too. > > Obviously

Re: OpenACC 1.0 compatibility: acc_async_wait, acc_async_wait_all

2017-05-24 Thread Thomas Schwinge
gt; > respectively. > > OpenACC 1.0 compatibility: acc_async_wait, acc_async_wait_all > All I've said about acc_pcopyin applies here too. Obviously. ;-) > Except that OACC_1.0 > as symbol version might look like a good idea here. GCC never implemented OpenACC 1.0 but di

Re: OpenACC 1.0 compatibility: acc_async_wait, acc_async_wait_all

2017-05-23 Thread Jakub Jelinek
4a3463c51a47e623e76b2 > Author: Thomas Schwinge > Date: Mon May 22 19:22:24 2017 +0200 > > OpenACC 1.0 compatibility: acc_async_wait, acc_async_wait_all > > libgomp/ > * openacc.h (acc_async_wait, acc_async_wait_all): New prototypes. >

OpenACC 1.0 compatibility: acc_async_wait, acc_async_wait_all

2017-05-22 Thread Thomas Schwinge
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): Add these. * oacc-async.c (acc_async_wait, acc_async_wait_all): New aliases for