I am experimenting by first time with target and offload to Intel Graphics Technology.
Following this sample code: https://github.com/jeffhammond/HPCInfo/blob/master/openmp/offload/test_v...
I commented __cilk portions to avoid deprecated tools.
I installed all IPP libraries (single threaded, multithreaded, etc), but I always get the following error code:
1>xilink: : error #10414: problem extracting library 'libsvml' needed for GFX offload linking
1>Done building project "test_vadd.vcxproj" -- FAILED.
I am compiling with Intel Parallel Studio XE 2018, update 2,using Visual Studio 2017.
Any advice?
Thanks,
Armando