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
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,
> > >
> >
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
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
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
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".