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 automatic muliprocessor scaling affect 1D FFT?

bobertrg270
Beginner
743 Views
Hello,

I am computing 1D forward FFT's using DftiComputeForward and am not seeing a change in performance when I run on mulit-core machines. I have tried setting OMP_NUM_THREADS=numProcs. Can someone please tell me what I need to do to enable mulitprocessor scaling?

Thank you,
Bob
0 Kudos
1 Reply
bobertrg270
Beginner
743 Views
I actually found the answer to my question. There is no parralelization when computing a single fft at a time. However, multiple FFT's can be automatically done in parallel.
0 Kudos
Reply