Re: [PATCH 0/10] OpenACC 2.0 support for libgomp

2014-10-02 Thread Julian Brown
Hi, On Wed, 24 Sep 2014 14:32:31 +0200 Jakub Jelinek wrote: > On Tue, Sep 23, 2014 at 07:17:25PM +0100, Julian Brown wrote: > > The upcoming patch series constitutes our current (still > > in-progress) implementation of run-time support for OpenACC 2.0 in > > libgomp. We've tried to build on top

Re: [PATCH 0/10] OpenACC 2.0 support for libgomp

2014-09-24 Thread Jakub Jelinek
On Tue, Sep 23, 2014 at 07:17:25PM +0100, Julian Brown wrote: > The upcoming patch series constitutes our current (still in-progress) > implementation of run-time support for OpenACC 2.0 in libgomp. We've > tried to build on top of the (also currently WIP) support for OpenMP > 4.0's "target" constr

[PATCH 0/10] OpenACC 2.0 support for libgomp

2014-09-23 Thread Julian Brown
Hi, The upcoming patch series constitutes our current (still in-progress) implementation of run-time support for OpenACC 2.0 in libgomp. We've tried to build on top of the (also currently WIP) support for OpenMP 4.0's "target" construct, sharing code where possible: because of this, I've also prep