Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道英特尔至强融核并行化的经典示例是使用OpenMP. 但是是否可以std::thread在 Xeon Phi 上使用自动启动任务?
OpenMP
std::thread
答案是肯定的,请看http://software.intel.com/en-us/articles/choosing-the-right-threading-framework
The current shipping compilers that support Xeon Phi do not support C++11 and therfore do not support std::Thread.