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

ccft1dc and MKL 10.2

djmaxwell
Beginner
319 Views
I am updating some software that is currently using MKL 6.0. We call the function cfft1dc which doesn't appear to be in v10.2. I have seen references to some wrapper functions but I can't find those in the current version, either. Can anyone point me to what I need to do to use the current version of MKL?

Thanks,
Douglas Maxwell
0 Kudos
3 Replies
mecej4
Honored Contributor III
319 Views
Google Search gives this

fft2dfti.pdf

This may have what you are looking for, at least partly.
0 Kudos
djmaxwell
Beginner
319 Views
Yes, I've run across that already. It doesn't look like those wrappers are provided in 10.2.
0 Kudos
VipinKumar_E_Intel
319 Views
We have provided wrappers for legacy FFTs to DFTI in older versions, when legacy FFTs were discontinued in MKL. So, we recommend you to move to FFTW3 which has the advantage that these wrappers are intergrated in to MKL libraries and also given as source from MKL 10.2 and onwards.

--Vipin
0 Kudos
Reply