1

I know that classic example of parallelization on Intel Xeon Phi are done with OpenMP. But is it possible to use std::thread to automatically launch tasks on Xeon Phi ?

MikeWade
  • 84
  • 1
  • 7
Arnaud
  • 11
  • 1

2 Answers2

3

The answer is yes, please see http://software.intel.com/en-us/articles/choosing-the-right-threading-framework

0

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

sssylvester
  • 168
  • 6