Re: [OpenACC 10/11] remove plugin restriction

2015-10-22 Thread Jakub Jelinek
On Wed, Oct 21, 2015 at 03:51:42PM -0400, Nathan Sidwell wrote: > Here's another obvious patch. The ptx plugin no longer needs to barf on > gang or worker dimensions of non-unity. > > nathan > > > 2015-10-20 Nathan Sidwell > > * plugin/plugin-nvptx.c (nvptx_exec): Remove check on com

Re: [OpenACC 10/11] remove plugin restriction

2015-10-21 Thread Nathan Sidwell
Here's another obvious patch. The ptx plugin no longer needs to barf on gang or worker dimensions of non-unity. nathan 2015-10-20 Nathan Sidwell * plugin/plugin-nvptx.c (nvptx_exec): Remove check on compute dimensions. Index: libgomp/plugin/plugin-nvptx.c ==