Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.

Intel VSL

anamika_31
Beginner
378 Views
Hi,

can anyone tell me howdo I force Intel VSL to work in single threaded mode and multi threaded mode in microsoft visual studio?


Anamika
0 Kudos
2 Replies
Andrey_N_Intel
Employee
378 Views
Hi Anamika,

Intel MKLVSL in MS* VS (serial/parallel mode) shouldbe usedin a usual way. You would need to set up your environment using tools of Visual Studio (paths to MKL libs, header files, etc). List of MKL libraries to link can be defined by means of Link Advisor available on web,
http://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/

Can you please let me know if this answers your question?
Also, please feel free to provide more details on the issue with usage of VSL in Visual Studio you have met (if any).

Thanks,
Andrey
0 Kudos
Gennady_F_Intel
Moderator
378 Views
Anamika,

As an additional info, please refer to the User's Guide ( chapter 10 "Getting Assistance for Programming in the Microsoft Visual Studio* IDE" ) which explains how to run MKL examples in the MVCS IDE
and
See chapter 6 - "Managing Performance and Memory". It will helps you to teach How to manage the number of threads to use in Intel MKL
--Gennady

0 Kudos
Reply