- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am using Windows threading to compute multiple FFTs simultaneously. I have been sharing the FFTSpec across the threads. I am wondering if this could cause a problem or impede performance? Should each thread maintain its own FFTSpec(s)?
I currently have the built-in threading disabled. I get better performance this way, since there is less competition for the processing cores. The platform is WinXP64, 2xQuad 2.6GHz, with IPP 5.3.2.073, em64t.
Dave
I currently have the built-in threading disabled. I get better performance this way, since there is less competition for the processing cores. The platform is WinXP64, 2xQuad 2.6GHz, with IPP 5.3.2.073, em64t.
Dave
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Dave,
You can share FFTSpec between threads while FFT order is the same.
Regards,
Vladimir

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