On Thu, 18 Jun 2015, Tom de Vries wrote:
> On 18/06/15 12:48, Richard Biener wrote:
> > On Thu, 18 Jun 2015, Tom de Vries wrote:
> >
> > > Hi,
> > >
> > > I ran into a problem with fortran loops in oacc kernels regions not being
> > > parallelized, after introducting transform_to_exit_first_loop
On 18/06/15 12:48, Richard Biener wrote:
On Thu, 18 Jun 2015, Tom de Vries wrote:
Hi,
I ran into a problem with fortran loops in oacc kernels regions not being
parallelized, after introducting transform_to_exit_first_loop_alt.
For gfortran.dg/goacc/kernels-loop.f95, we get:
...
#pragma omp ta
On Thu, 18 Jun 2015, Tom de Vries wrote:
> Hi,
>
> I ran into a problem with fortran loops in oacc kernels regions not being
> parallelized, after introducting transform_to_exit_first_loop_alt.
>
> For gfortran.dg/goacc/kernels-loop.f95, we get:
> ...
> #pragma omp target oacc_parallel num_gangs
Hi,
I ran into a problem with fortran loops in oacc kernels regions not
being parallelized, after introducting transform_to_exit_first_loop_alt.
For gfortran.dg/goacc/kernels-loop.f95, we get:
...
#pragma omp target oacc_parallel num_gangs(1)
...
instead of the desired num_gangs (32).
transfo