Re: [GOMP4, RFC] Support of offloading for Intel MIC targets.

2014-07-02 Thread Kirill Yukhin
On 02 Jul 15:06, Tobias Burnus wrote: > Hmm, I had hoped that the work would include the forward porting of HJ's > patches from > https://software.intel.com/en-us/articles/intel-manycore-platform-software-stack-mpss > to the current trunk. In my understanding, that's all what is needed, isn't > i

Re: [GOMP4, RFC] Support of offloading for Intel MIC targets.

2014-07-02 Thread Tobias Burnus
Hello Kirill, On Wed, Jul 02, 2014 at 04:35:01PM +0400, Kirill Yukhin wrote: > However, GCC (main trunk and this branch) does not support code generation > for KNC > and we don't plan to do that. Hmm, I had hoped that the work would include the forward porting of HJ's patches from https://softw

Re: [GOMP4, RFC] Support of offloading for Intel MIC targets.

2014-07-02 Thread Kirill Yukhin
Hello Tobias On 02 Jul 14:11, Tobias Burnus wrote: > Kirill Yukhin wrote: > > This branch should be capable to perform offload to Intel targets (Xeon PHI) > > Which Xeon PHI does it support? Knights Corner, Knights Landing, both? Currently liboffloadmic supports KNC. Future update will add support

Re: [GOMP4, RFC] Support of offloading for Intel MIC targets.

2014-07-02 Thread Tobias Burnus
Hello Kirill, Kirill Yukhin wrote: > This branch should be capable to perform offload to Intel targets (Xeon PHI) Which Xeon PHI does it support? Knights Corner, Knights Landing, both? Tobias

Re: [GOMP4, RFC] Support of offloading for Intel MIC targets.

2014-07-02 Thread Kirill Yukhin
On 02 Jul 12:45, Kirill Yukhin wrote: > Hello, Pls disregard this mail and use previous one. Sorry. -- Thanks, K

[GOMP4, RFC] Support of offloading for Intel MIC 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