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

Using MKL FFT in C++

jlnanometrics_com
749 Views

Hi,

I am trying to use MKL-FFT as appears in Intel documentation, but getting problems with the command:

status = DftiCreateDescriptor( &my_desc1_handle, DFTI_SINGLE,DFTI_COMPLEX, 1, 32);

It resulted in:

Error 4 fatal error LNK1103: debugging information corrupt; recompile module mkl_core.lib

Can anybody give a me a short working code-example?

Thanks,

Joseph

0 Kudos
2 Replies
Naveen_G_Intel
Employee
749 Views
Hi,
Is it on Microsoft Visual Studio? then issue has been fixed refer to

http://support.microsoft.com/kb/949009/

Thanks,
Naveen Gv

0 Kudos
VipinKumar_E_Intel
749 Views
You can find the MKL FFT examples in your MKL installation/examples/dftc/source folder.

--Vipin
0 Kudos
Reply