Re: [og7] vector_length extension part 5: libgomp and tests

2018-04-05 Thread Tom de Vries
On 03/02/2018 09:47 PM, Cesar Philippidis wrote: libgomp/ * plugin/plugin-nvptx.c (nvptx_exec): Adjust calculations of workers and vectors. I wrote a test case that triggers this code, and added it to this code. Build x86_64 with nvptx accelerator and tested libgomp. C

Re: [og7] vector_length extension part 5: libgomp and tests

2018-03-27 Thread Tom de Vries
On 03/02/2018 09:47 PM, Cesar Philippidis wrote: two test cases. Committed as separate patch, while ignoring the warnings "using vector_length \\(32\\), ignoring 128". Thanks, - Tom [openacc] Add vector_length 128 testcases 2018-03-27 Cesar Philippidis Tom de Vries * testsuite/l

Re: [og7] vector_length extension part 5: libgomp and tests

2018-03-16 Thread Thomas Schwinge
Hi! On Fri, 2 Mar 2018 12:47:23 -0800, Cesar Philippidis wrote: > The attached patch is the last one in the vector length extension > series. It consists of some tweaks to the libgomp nvptx plugin to > accommodate larger vectors along with two test cases. > > I only added two test cases because

[og7] vector_length extension part 5: libgomp and tests

2018-03-02 Thread Cesar Philippidis
The attached patch is the last one in the vector length extension series. It consists of some tweaks to the libgomp nvptx plugin to accommodate larger vectors along with two test cases. I only added two test cases because there's really not much interesting going on with longer vector lengths. We