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 have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.

MKL DFT versus FFTW3.1

Henneking__Stefan
975 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
975 Views
512-point fft? FFTW seems slower than MKL8.0:
http://www.fftw.org/speed/Pentium4-3.60GHz-icc/
0 Kudos
ttppo
Beginner
975 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/
0 Kudos
Reply