what is the intel MKL parallel mechanism that make it fast? is it data parallel by SIMD or control parallel by threads, or both?

后端 未结 0 1450
故里飘歌
故里飘歌 2020-12-17 16:40

to be clarify:

  • data parallel, use AVX,SSE, that kind. SIMD
  • control parallel, use OpenMP, multiple threads

my motivation: Curious about th

相关标签:
回答
  • 消灭零回复
提交回复
热议问题