Re: [og7] vector_length extension part 1: generalize function and variable names

2018-03-09 Thread Cesar Philippidis
On 03/09/2018 07:29 AM, Thomas Schwinge wrote: > On Thu, 1 Mar 2018 13:17:01 -0800, Cesar Philippidis > wrote: >> To reduce the size of the final patch, >> I've separated all of the misc. function and variable renaming into this >> patch. > > Yes, please always do such

Re: [og7] vector_length extension part 1: generalize function and variable names

2018-03-09 Thread Thomas Schwinge
Hi! On Thu, 1 Mar 2018 13:17:01 -0800, Cesar Philippidis wrote: > To reduce the size of the final patch, > I've separated all of the misc. function and variable renaming into this > patch. Yes, please always do such refactoring changes independently of other

[og7] vector_length extension part 1: generalize function and variable names

2018-03-01 Thread Cesar Philippidis
Right now, I'm in the process of adding support for larger vector_lengths in the nvptx BE. To reduce the size of the final patch, I've separated all of the misc. function and variable renaming into this patch. Once the nvptx BE is extended to support multiple CUDA warps-sized vector lengths, in