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.

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

Wei_Z_Intel
Employee
907 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
907 Views

Hi John,

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

0 Kudos
Wei_Z_Intel
Employee
907 Views

Thanks a lot for the quick response.

 

John

0 Kudos
Reply