Intel® oneAPI Threading Building Blocks
Ask questions and share information about adding parallelism to your applications when using this threading library.

Fast fourier transform on TBB

fmilano
Beginner
281 Views

Hi,

I was wondering if somebody has implemented a fast fourier transform algorithm using TBB. If so, could you share that code?

I would really appreciate any implementation or hint about any existing code.

Thank you in advance,

Federico

0 Kudos
1 Reply
ARCH_R_Intel
Employee
281 Views

I don't know of any existing FFTs written in TBB. If someone wants to tackle this, I recommend firstreading about the techniques used in FFTW (http://www.fftw.org/). The link there to parallel FFT on that page is broken, but http://www.fftw.org/parallel/parallel-fftw.html worked for me.

0 Kudos
Reply