문제

I am considering getting a Xeon Phi card. My code is using many features from c++11 (with gcc 4.7 or clang 3.2) and I will run it natively on the Xeon Phi card.

What is the version of icc provided with the card, targeting Xeon Phi? I found icc c++11 compatibility list and it seems that I need version 14. Do I get it with the card?

Related question: is there gcc/clang targeting Xeon Phi in development? I could not google anything out.

도움이 되었습니까?

해결책

Xeon Phi works with the latest shipping versions of the icc, which is version 13 at this time. There is also a Xeon Phi targeted version of gcc which ships with the card.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top