本文介绍了至强皮骑士与海湾合作委员会的内在角色的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

。但我没有英特尔编译器,我也没有兴趣购买一个(而非商业版似乎不再是一种选择)。



是否有某个版本的GCC或支持了解详情。


I'm thinking of purchasing a Xeon Phi Knights Corner (KNC) coprocessor card. But I don't own an Intel Compiler and I have no interest in purchasing one (and the non-commercial version no longer seems to be an option).

It appears that GCC is getting OpenMP support for the Xeon Phi. Is there some version of GCC or an extension to GCC that supports the KNC intrinsics?

Note that the 512-bit SIMD of the KNC is not compatible withe AVX512 (though the next version Knights Landing will be).

解决方案

You will have to use inline assembly rather than intrinsics to use the MIC vector instructions with GCC.

The Intel non-commercial software program was recently rebooted. See https://software.intel.com/en-us/qualify-for-free-software for details.

这篇关于至强皮骑士与海湾合作委员会的内在角色的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-23 05:06