Software Archive
Read-only legacy content
17060 Discussions

Is it possible to use SIMD instructions in offload mode?

Liu_N_
Beginner
648 Views

Hi there:

I tried to vectorized a program with SIMD instructions. The intrinsics such as "_mm512_add_ps()" can only be used when the program  is compiled with  the option -mmic, which lead to that the program can run only on MIC.

But now we need to use MIC work with CPU, the best way is to offload to MIC. How can I use the SIMD intructions in the offload mode?

Thanks.

0 Kudos
1 Reply
Kevin_D_Intel
Employee
648 Views
0 Kudos
Reply