1

我知道英特尔至强融核并行化的经典示例是使用OpenMP. 但是是否可以std::thread在 Xeon Phi 上使用自动启动任务?

4

2 回答 2

3

答案是肯定的,请看http://software.intel.com/en-us/articles/choosing-the-right-threading-framework

于 2013-07-06T23:43:29.630 回答
0

The current shipping compilers that support Xeon Phi do not support C++11 and therfore do not support std::Thread.

于 2013-07-10T18:10:55.987 回答