Re: [patch,openacc] Set safelen to INT_MAX for oacc independent pragma

2018-12-04 Thread Jakub Jelinek
On Thu, Sep 20, 2018 at 11:21:28AM -0700, Cesar Philippidis wrote: > This is another old gomp4 OpenACC patch which impacts targets that use > simd vectorization, such as the host and AMD GCN, rather than nvptx. > Basically, as the subject states, it sets safelen to INT_MAX for > independent acc

Re: [patch,openacc] Set safelen to INT_MAX for oacc independent pragma

2018-12-03 Thread Julian Brown
On Thu, 20 Sep 2018 11:21:28 -0700 Cesar Philippidis wrote: > This is another old gomp4 OpenACC patch which impacts targets that use > simd vectorization, such as the host and AMD GCN, rather than nvptx. > Basically, as the subject states, it sets safelen to INT_MAX for > independent acc loops,

[patch,openacc] Set safelen to INT_MAX for oacc independent pragma

2018-09-20 Thread Cesar Philippidis
This is another old gomp4 OpenACC patch which impacts targets that use simd vectorization, such as the host and AMD GCN, rather than nvptx. Basically, as the subject states, it sets safelen to INT_MAX for independent acc loops, which I believe is already being done for OpenMP in certain