- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hej
I am new to tbb and trying out some stuff using tbb. is there some good implementation of fast-fourier-transform using tbb available? Thanks anyway
I am new to tbb and trying out some stuff using tbb. is there some good implementation of fast-fourier-transform using tbb available? Thanks anyway
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Doesn't seem like it. I guess you could either run FFT on multiple objects using a parallel_for or a parallel_for_each, or write your own algorithm using TBB that does FFT on a single object. After looking here, I found that there have been algorithms for the FFTW library in other parallel technologies, like Cilk, MPI, and just basic threads. Maybe you could convert those!
EDIT: Typo.
EDIT 2: Hey wait, they've written parallel FFT for other parallel technologies...
EDIT: Typo.
EDIT 2: Hey wait, they've written parallel FFT for other parallel technologies...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks... I am trying them, hope to find something:)
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page