Re: [PATCH 1/9] [nvptx] Enable large vectors

2021-06-08 Thread Thomas Schwinge
Hi! On 2019-01-12T23:21:23+0100, Tom de Vries wrote: > Allow vector_length clauses to accept values larger than warp size. > * testsuite/libgomp.oacc-c-c++-common/parallel-dims.c: Expect vector > length 2097152 to be reduced to 1024 instead of 32. > --- a/libgomp/testsuite/libgomp.o

[PATCH 1/9] [nvptx] Enable large vectors

2019-01-12 Thread Tom de Vries
Allow vector_length clauses to accept values larger than warp size. Note that this does not enable setting vector_length to values larger than warp size using -fopenacc-dim. 2018-12-17 Tom de Vries * config/nvptx/nvptx.c (nvptx_goacc_validate_dims): Take larger vector lengths