On Fri, Nov 28, 2014 at 02:52:11AM +0300, Ilya Verbin wrote:
> On 21 Nov 21:36, Jakub Jelinek wrote:
> > On Fri, Nov 21, 2014 at 11:19:26PM +0300, Ilya Verbin wrote:
> > > '#pragma omp critical (name)' can be placed in the function, marked
> > > with '#pragma omp declare target', in this case the c
On 21 Nov 21:36, Jakub Jelinek wrote:
> On Fri, Nov 21, 2014 at 11:19:26PM +0300, Ilya Verbin wrote:
> > '#pragma omp critical (name)' can be placed in the function, marked
> > with '#pragma omp declare target', in this case the corresponding node
> > should be marked as offloadable too.
> > Bootst
> On 22 Nov 2014, at 00:11, H.J. Lu wrote:
>
> Have you fixed the offloading issue with binutils 2.25?
No, I'm still thinking how to make a patch better than the former... Probably
will send it on Monday. (Regressions in make check disappeared after disabling
offload IR in default configura
On Sat, Nov 22, 2014 at 12:08:38AM +0300, Ilya Verbin wrote:
> > On 21 Nov 2014, at 23:36, Jakub Jelinek wrote:
> >
> >> On Fri, Nov 21, 2014 at 11:19:26PM +0300, Ilya Verbin wrote:
> >> Hi,
> >>
> >> '#pragma omp critical (name)' can be placed in the function, marked
> >> with '#pragma omp decl
On Fri, Nov 21, 2014 at 1:08 PM, Ilya Verbin wrote:
>> On 21 Nov 2014, at 23:36, Jakub Jelinek wrote:
>>
>>> On Fri, Nov 21, 2014 at 11:19:26PM +0300, Ilya Verbin wrote:
>>> Hi,
>>>
>>> '#pragma omp critical (name)' can be placed in the function, marked
>>> with '#pragma omp declare target', in t
> On 21 Nov 2014, at 23:36, Jakub Jelinek wrote:
>
>> On Fri, Nov 21, 2014 at 11:19:26PM +0300, Ilya Verbin wrote:
>> Hi,
>>
>> '#pragma omp critical (name)' can be placed in the function, marked
>> with '#pragma omp declare target', in this case the corresponding node
>> should be marked as off
On Fri, Nov 21, 2014 at 11:19:26PM +0300, Ilya Verbin wrote:
> Hi,
>
> '#pragma omp critical (name)' can be placed in the function, marked
> with '#pragma omp declare target', in this case the corresponding node
> should be marked as offloadable too.
> Bootstrapped/regtested on x86_64-linux and i6