Re: OpenACC 2.5 kernels construct: num_gangs, num_workers, vector_length clauses

2017-05-23 Thread Thomas Schwinge
Hi! On Tue, 23 May 2017 11:48:09 +0200, Jakub Jelinek wrote: > On Thu, May 11, 2017 at 02:26:51PM +0200, Thomas Schwinge wrote: > > OpenACC 2.5 kernels construct: num_gangs, num_workers, vector_length > > clauses > Ok, thanks. Thanks. As posted, committed to trunk in r248370: commit 9d5c

Re: OpenACC 2.5 kernels construct: num_gangs, num_workers, vector_length clauses

2017-05-23 Thread Jakub Jelinek
On Thu, May 11, 2017 at 02:26:51PM +0200, Thomas Schwinge wrote: > OpenACC 2.5 kernels construct: num_gangs, num_workers, vector_length > clauses > > gcc/c/ > * c-parser.c (OACC_KERNELS_CLAUSE_MASK): Add > "PRAGMA_OACC_CLAUSE_NUM_GANGS", "PRAGMA_OACC_CL

Re: OpenACC 2.5 kernels construct: num_gangs, num_workers, vector_length clauses

2017-05-19 Thread Thomas Schwinge
Hi! Ping. On Thu, 11 May 2017 14:26:51 +0200, I wrote: > [...] support the num_gangs, num_workers, vector_length > clauses for the OpenACC 2.5 kernels construct. OK for trunk? > > commit a689c52cde71960bc08ae30c3f88980f66fdd0b8 > Author: Thomas Schwinge > Date: Thu May 11 13:43:28 2017 +0200

Re: OpenACC 2.5 kernels construct: num_gangs, num_workers, vector_length clauses

2017-05-14 Thread Thomas Schwinge
Hi! On Thu, 11 May 2017 14:26:51 +0200, I wrote: > Building on the other pending patches (I'll soon commit the approved > ones), we can then support the num_gangs, num_workers, vector_length > clauses for the OpenACC 2.5 kernels construct. OK for trunk? > OpenACC 2.5 kernels construct: num_g