Re: [PATCH 3/3] nvptx: NVPTX parts for OpenACC private variables patch

2021-05-21 Thread Thomas Schwinge
Hi! On 2021-02-26T04:34:52-0800, Julian Brown wrote: > This patch contains the NVPTX backend support for placing OpenACC > gang-private variables in GPU shared memory. > > Tested with offloading to NVPTX. > > This is substantially the same as the version previously posted: I will > assume it is a

[PATCH 3/3] nvptx: NVPTX parts for OpenACC private variables patch

2021-02-26 Thread Julian Brown
This patch contains the NVPTX backend support for placing OpenACC gang-private variables in GPU shared memory. Tested with offloading to NVPTX. This is substantially the same as the version previously posted: I will assume it is already approved (unless I hear objections), and will commit it at t