[gomp4] nvptx reductions

2015-08-21 Thread Cesar Philippidis
This patch implements the the goacc.reduction hook introduced here https://gcc.gnu.org/ml/gcc-patches/2015-08/msg01130.html for the nvptx target. Each new nvptx_goacc_reduction_* function is commented with a description of how each internal function gets implemented for each parallel dimension.

Re: [gomp4] nvptx reductions

2015-08-21 Thread Nathan Sidwell
On 08/21/15 12:52, Cesar Philippidis wrote: Is this patch ok for gomp-4_0-branch after the infrastructure patch goes in? Ok by me, thanks. nathan