Вопрос

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