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 on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
7234 Discussions

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

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

Hi John,

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

0 Kudos
Wei_Z_Intel
Employee
878 Views

Thanks a lot for the quick response.

 

John

0 Kudos
Reply