On 04/03/2018 05:00 PM, Tom de Vries wrote:
+ unsigned int psize = ROUND_UP (data.offset, oacc_bcast_align); + unsigned int pnum = (nvptx_mach_vector_length () > PTX_WARP_SIZE + ? nvptx_mach_max_workers () + 1 + : 1);
This claims too much space for a simple long vector loop. Filed as PR85231 - "[og7, openacc, nvptx] Too much shared memory claimed for long vector length".
Thanks, - Tom