Re: [PATCHv2 0/5] OpenMP/PTX: improve correctness in SIMD regions

2017-03-31 Thread Thomas Schwinge
Hi! On Wed, 22 Mar 2017 18:46:30 +0300, Alexander Monakov wrote: > This patchset implements privatization of addressable variables in OpenMP SIMD > regions lowered for SIMT targets (i.e. NVPTX) via the approach identified in > the review of the previous submission. [...] Given that the subject

[PATCHv2 0/5] OpenMP/PTX: improve correctness in SIMD regions

2017-03-22 Thread Alexander Monakov
Hello, This patchset implements privatization of addressable variables in OpenMP SIMD regions lowered for SIMT targets (i.e. NVPTX) via the approach identified in the review of the previous submission. Now instead of explicitly privatizing those variables as fields of an allocated struct up front