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

What MKL libraries must be included in dependencies for FFT to work?

gpwr
Beginner
468 Views
I use MSVS 2008. I had a previous version of MKL and I used the MKL DFT functions such as DftiComputeForward with the following linker dependencies: mkl_c_dll.lib and libguide.lib. But, mkl_c_dll.lib no longer exists in 10.2 version of MKL. Which libraries should I specify while trying to create my own DLL file using the MKL DFT functions? Please provide a complete set of instructions of VSVS settings to make the MKLDFT functions to work.

Thank you.
0 Kudos
2 Replies
TimP
Honored Contributor III
468 Views
The "complete set of instructions" for linking with current MKL are in the link advisor at the top of the forum.
0 Kudos
gpwr
Beginner
468 Views
Thanks. I didn't realize you had such a useful tool. I added those dependencies and it works now.
0 Kudos
Reply