Re: [RFC][gomp4] Offloading patches (1/3): Add '-fopenmp_target' option

2014-01-28 Thread Ilya Verbin
Hi Bernd, 2014/1/27 Bernd Schmidt : > Once I worked around this by unsetting the environment variables around this > compiler invocation here, the next problem is exposed - the code tries to > link together files compiled for the target (created by the code quoted > above) and the host (the _omp_d

Re: [RFC][gomp4] Offloading patches (1/3): Add '-fopenmp_target' option

2014-01-27 Thread Bernd Schmidt
On 01/22/2014 11:53 AM, Andrey Turetskiy wrote: We have some testcases, but they require XeonPhi hardware and a working libgomp plugin. Our current version of the plugin depends on some libraries, that are not open-sourced yet, so currently we can’t share it. However, you could examine what thes

Re: [RFC][gomp4] Offloading patches (1/3): Add '-fopenmp_target' option

2014-01-22 Thread Andrey Turetskiy
Hi Bernd, We have some testcases, but they require XeonPhi hardware and a working libgomp plugin. Our current version of the plugin depends on some libraries, that are not open-sourced yet, so currently we can’t share it. However, you could examine what these patches do, making the following step

Re: [RFC][gomp4] Offloading patches (1/3): Add '-fopenmp_target' option

2014-01-21 Thread Bernd Schmidt
On 12/17/2013 12:35 PM, Michael V. Zolotukhin wrote: Here is a set of patches implementing one more piece of offloading support in GCC. These three patches allow to build a host binary with target image and all tables embedded. Along with patches for libgomp and libgomp plugin, which hopefully

Re: [RFC][gomp4] Offloading patches (1/3): Add '-fopenmp_target' option

2014-01-16 Thread Michael Zolotukhin
Ping. On 17 December 2013 15:35, Michael V. Zolotukhin wrote: > Hi everybody, > > Here is a set of patches implementing one more piece of offloading support in > GCC. These three patches allow to build a host binary with target image and > all > tables embedded. Along with patches for libgomp

[RFC][gomp4] Offloading patches (1/3): Add '-fopenmp_target' option

2013-12-17 Thread Michael V. Zolotukhin
Hi everybody, Here is a set of patches implementing one more piece of offloading support in GCC. These three patches allow to build a host binary with target image and all tables embedded. Along with patches for libgomp and libgomp plugin, which hopefully will be sent soon, that gives a function