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

does MKL FFT use pre-calculated twiddle factor table or calculates the twiddle factor when doing FFT?

Wei_Z_Intel
Employee
288 Views

 Hi,

         I'm evaluating the MKL FFT performance, I have a quick question,  does MKL FFT use pre-calculated twiddle factor table or calculate the twiddle factor parallely when doing FFT?

 

Thank you

John

0 Kudos
2 Replies
Evarist_F_Intel
Employee
288 Views

Hi John,

MKL FFT precomputes twiddle factors during CommitDescriptor phase for minimizing overhead for DftiCompute function.

0 Kudos
Wei_Z_Intel
Employee
288 Views

Thanks a lot for the quick response.

 

John

0 Kudos
Reply