Use plain -fopenacc to enable OpenACC kernels processing (was: [PATCH, 6/16] Add pass_oacc_kernels)

2016-02-05 Thread Thomas Schwinge
Hi! On Mon, 9 Nov 2015 18:39:19 +0100, Tom de Vries wrote: > On 09/11/15 16:35, Tom de Vries wrote: > > this patch series for stage1 trunk adds support to: > > - parallelize oacc kernels regions using parloops, and > > - map the loops onto the oacc gang dimension. > Atm, the parallelization beha

Re: [PATCH, 6/16] Add pass_oacc_kernels

2015-11-25 Thread Richard Biener
On Tue, 24 Nov 2015, Tom de Vries wrote: > On 19/11/15 14:50, Tom de Vries wrote: > > On 11/11/15 11:58, Richard Biener wrote: > > > On Mon, 9 Nov 2015, Tom de Vries wrote: > > > > > > > On 09/11/15 16:35, Tom de Vries wrote: > > > > > Hi, > > > > > > > > > > this patch series for stage1 trunk a

Re: [PATCH, 6/16] Add pass_oacc_kernels

2015-11-24 Thread Tom de Vries
On 19/11/15 14:50, Tom de Vries wrote: On 11/11/15 11:58, Richard Biener wrote: On Mon, 9 Nov 2015, Tom de Vries wrote: On 09/11/15 16:35, Tom de Vries wrote: Hi, this patch series for stage1 trunk adds support to: - parallelize oacc kernels regions using parloops, and - map the loops onto t

Re: [PATCH, 6/16] Add pass_oacc_kernels

2015-11-19 Thread Tom de Vries
On 11/11/15 11:58, Richard Biener wrote: On Mon, 9 Nov 2015, Tom de Vries wrote: On 09/11/15 16:35, Tom de Vries wrote: Hi, this patch series for stage1 trunk adds support to: - parallelize oacc kernels regions using parloops, and - map the loops onto the oacc gang dimension. The patch serie

Re: [PATCH, 6/16] Add pass_oacc_kernels

2015-11-11 Thread Richard Biener
On Mon, 9 Nov 2015, Tom de Vries wrote: > On 09/11/15 16:35, Tom de Vries wrote: > > Hi, > > > > this patch series for stage1 trunk adds support to: > > - parallelize oacc kernels regions using parloops, and > > - map the loops onto the oacc gang dimension. > > > > The patch series contains thes

[PATCH, 6/16] Add pass_oacc_kernels

2015-11-09 Thread Tom de Vries
On 09/11/15 16:35, Tom de Vries wrote: Hi, this patch series for stage1 trunk adds support to: - parallelize oacc kernels regions using parloops, and - map the loops onto the oacc gang dimension. The patch series contains these patches: 1Insert new exit block only when needed in