Question

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.

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top