Re: [GOMP4, RFC] OpenMP4 offload support for Intel PHI targets.

2014-09-26 Thread Ilya Verbin
Hi, I also rebased and updated our branch: https://gcc.gnu.org/git/?p=gcc.git;a=shortlog;h=refs/heads/kyukhin/gomp4-offload It contains fixes for the issues, mentioned in Offloading not relocatable. https://gcc.gnu.org/wiki/Offloading was updated accordingly. -- Ilya

Re: [GOMP4, RFC] OpenMP4 offload support for Intel PHI targets.

2014-09-09 Thread Ilya Verbin
Hello, The branch was rebased and updated again: https://gcc.gnu.org/git/?p=gcc.git;a=shortlog;h=refs/heads/kyukhin/gomp4-offload Now offloading works without -flto option. Also there is no need to set LIBGOMP_PLUGIN_PATH. https://gcc.gnu.org/wiki/Offloading was updated accordingly. All tests

Re: [GOMP4, RFC] OpenMP4 offload support for Intel PHI targets.

2014-08-21 Thread Ilya Verbin
Hello, The branch was rebased and updated: https://gcc.gnu.org/git/?p=gcc.git;a=shortlog;h=refs/heads/kyukhin/gomp4-offload Now it requires even less actions to build and run an executable with offloading. Instructions on wiki were updated:

Re: [GOMP4, RFC] OpenMP4 offload support for Intel PHI targets.

2014-08-07 Thread Kirill Yukhin
Hello, On 25 Jul 20:55, Kirill Yukhin wrote: Hello, Branch was rebased on trunk. It contains fixes for several issues in the build system. Now 'configure' can be called using relative path. Also some options are now unnecessary, updated manual is posted on wiki:

Re: [GOMP4, RFC] OpenMP4 offload support for Intel PHI targets.

2014-07-25 Thread Kirill Yukhin
Hello, Branch was rebased on trunk. It contains fixes for several issues in the build system. Now 'configure' can be called using relative path. Also some options are now unnecessary, updated manual is posted on wiki: https://gcc.gnu.org/wiki/Offloading in How to try offloading enabled GCC. --

Re: [GOMP4, RFC] OpenMP4 offload support for Intel PHI targets.

2014-07-19 Thread Kirill Yukhin
Hello, We've slightly improved mkoffload. Branch was rebased. -- Thanks, K

Re: [GOMP4, RFC] OpenMP4 offload support for Intel PHI targets.

2014-07-15 Thread Kirill Yukhin
Hello, Unfortunately currently it’s impossible to run make check-target-libgomp from the build dir, since both accel- and host-compilers need to be installed into the same dir, otherwise host’s gcc will not find accel’s mkoffload. We found workaround to allow make check-target-libgomp. So,

Re: [GOMP4, RFC] OpenMP4 offload support for Intel PHI targets.

2014-07-14 Thread Kirill Yukhin
Hello, We've fixed build infrastructure to allow both host- and accel-compilers to live in the same directory. We've also got rid off some [necessary for build] environment variables. Unfortunately currently it’s impossible to run make check-target-libgomp from the build dir, since both accel-

Re: [GOMP4, RFC] OpenMP4 offload support for Intel PHI targets.

2014-07-08 Thread Kirill Yukhin
Hello, We recently checked into gomp4-offload branch fix allowing bootstrap to pass as well as fix for disabling multilib for liboffloadmic (64-bit only). -- Thanks, K

Re: [GOMP4, RFC] OpenMP4 offload support for Intel PHI targets.

2014-07-06 Thread Gerald Pfeifer
Hi Kirill, On Wed, 2 Jul 2014, Kirill Yukhin wrote: I would like to announce creation of a dedicated branch gomp4-offload to speed up review of FE-independent offload-related features. mind documenting this in https://gcc.gnu.org/svn.html as well? (If this requires more involved

[GOMP4, RFC] OpenMP4 offload support for Intel PHI targets.

2014-07-02 Thread Kirill Yukhin
Hello, I would like to announce creation of a dedicated branch gomp4-offload to speed up review of FE-independent offload-related features. This branch includes: - set of necessary patches from gomp4 branch - set of patches which we were developed internally and were unable to share