Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.

MKL DFT versus FFTW3.1

Henneking__Stefan
249 Views
It seems to me that the new version of FFTW (released this january) is faster (e.g. ~20% for 512 points complex 1d double_precision) than the MKL8.0 routines, at least on Itanium systems.
I just did some rough performance analysis with a code using either FFTW3.1 or MKL8.0. Does anybody have detailed data? The Intel page deals with the outdated FFTW3.0.1 only.

cheers
Stefan
0 Kudos
2 Replies
ttppo
Beginner
249 Views
512-point fft? FFTW seems slower than MKL8.0:
http://www.fftw.org/speed/Pentium4-3.60GHz-icc/
ttppo
Beginner
249 Views
My God! MKL8.0.1 is even faster than AMD Core Math Library (ACML3.0) on Opteron.
Opteron is so slow! So poor the float-point preformence!
http://www.fftw.org/speed/opteron-2.2GHz-64bit/
Reply