Re: [PATCH 00/10, OpenACC] Rework handling of OpenACC kernels regions

2019-07-18 Thread Jakub Jelinek
On Wed, Jul 17, 2019 at 10:02:18PM +0100, Kwok Cheung Yeung wrote: > This series of patches reworks the way that OpenACC kernels regions are > processed by GCC. Instead of relying on the parloops pass for > auto-parallelisation of the kernel region, the contents of the region are > transformed into

[PATCH 00/10, OpenACC] Rework handling of OpenACC kernels regions

2019-07-17 Thread Kwok Cheung Yeung
This series of patches reworks the way that OpenACC kernels regions are processed by GCC. Instead of relying on the parloops pass for auto-parallelisation of the kernel region, the contents of the region are transformed into a sequence of offloaded regions, which are then processed individually