Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
7234 Discussions

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

gpwr
Beginner
820 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
820 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
820 Views
Thanks. I didn't realize you had such a useful tool. I added those dependencies and it works now.
0 Kudos
Reply