Re: OpenACC 2.5 default (present) clause

2017-05-23 Thread Thomas Schwinge
Hi! On Tue, 23 May 2017 12:40:06 +0200, Jakub Jelinek wrote: > On Fri, May 19, 2017 at 03:46:53PM +0200, Thomas Schwinge wrote: > > > > - /* OpenMP clause: default. */ > > > > + /* OpenACC clause: default ( none | present ). > > > > + > > > > + OpenMP clause: default ( firstprivate | none

Re: OpenACC 2.5 default (present) clause

2017-05-23 Thread Jakub Jelinek
On Fri, May 19, 2017 at 03:46:53PM +0200, Thomas Schwinge wrote: > > > - /* OpenMP clause: default. */ > > > + /* OpenACC clause: default ( none | present ). > > > + > > > + OpenMP clause: default ( firstprivate | none | private | shared ). > > > */ > > >OMP_CLAUSE_DEFAULT, > > > > >

Re: OpenACC 2.5 default (present) clause

2017-05-19 Thread Thomas Schwinge
Hi! On Wed, 10 May 2017 17:48:36 +0200, Jakub Jelinek wrote: > On Fri, Apr 07, 2017 at 05:08:55PM +0200, Thomas Schwinge wrote: > > OpenACC 2.5 added a default (present) clause, which "causes all arrays or > > variables of aggregate data type used in the compute construct that have > > implicitly

Re: OpenACC 2.5 default (present) clause

2017-05-19 Thread Thomas Schwinge
Hi! On Wed, 10 May 2017 17:48:36 +0200, Jakub Jelinek wrote: > On Fri, Apr 07, 2017 at 05:08:55PM +0200, Thomas Schwinge wrote: > > OpenACC 2.5 added a default (present) clause, which "causes all arrays or > > variables of aggregate data type used in the compute construct that have > > implicitly

Re: OpenACC 2.5 default (present) clause

2017-05-10 Thread Jakub Jelinek
On Fri, Apr 07, 2017 at 05:08:55PM +0200, Thomas Schwinge wrote: > Hi! > > OpenACC 2.5 added a default (present) clause, which "causes all arrays or > variables of aggregate data type used in the compute construct that have > implicitly determined data attributes to be treated as if they appeared

Re: OpenACC 2.5 default (present) clause

2017-04-12 Thread Thomas Schwinge
Hi! On Fri, 07 Apr 2017 17:08:55 +0200, I wrote: > OpenACC 2.5 added a default (present) clause, which "causes all arrays or > variables of aggregate data type used in the compute construct that have > implicitly determined data attributes to be treated as if they appeared > in a present clause".