Re: [RFC][gomp4] Offloading: Add device initialization and host-target function mapping

2014-03-17 Thread Ilya Verbin
Ping. 2014-03-12 21:56 GMT+04:00 Ilya Verbin iver...@gmail.com: Hi Thomas, Here is a new version of this patch (it was discussed in other thread: http://gcc.gnu.org/ml/gcc-patches/2014-03/msg00573.html ) with ChangeLog. Bootstrap and make check passed. Ok to commit? -- Ilya

Re: [RFC][gomp4] Offloading: Add device initialization and host-target function mapping

2014-03-12 Thread Ilya Verbin
Hi Thomas, Here is a new version of this patch (it was discussed in other thread: http://gcc.gnu.org/ml/gcc-patches/2014-03/msg00573.html ) with ChangeLog. Bootstrap and make check passed. Ok to commit? libgomp/ChangeLog.gomp | 29 libgomp/libgomp.map|1 +

Re: [RFC][gomp4] Offloading: Add device initialization and host-target function mapping

2014-01-15 Thread Ilya Verbin
Ping.

Re: [RFC][gomp4] Offloading: Add device initialization and host-target function mapping

2013-12-26 Thread Ilya Verbin
Ping. (Patch is slightly updated) On 20 Dec 21:18, Ilya Verbin wrote: Hi Jakub, Could you please take a look at this patch for libgomp? It adds new function GOMP_register_lib, that should be called from every exec/lib with target regions (that was done in patch [1]). This function

[RFC][gomp4] Offloading: Add device initialization and host-target function mapping

2013-12-20 Thread Ilya Verbin
Hi Jakub, Could you please take a look at this patch for libgomp? It adds new function GOMP_register_lib, that should be called from every exec/lib with target regions (that was done in patch [1]). This function maintains the array of pointers to the target shared library descriptors. Also