开发者

What is the fastest library for finding FFT on a GPU? [closed]

开发者 https://www.devze.com 2023-03-10 22:22 出处:网络
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing th
Closed. This question is opinion-based. It is not currently accepting answers.

Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.

Closed 8 years ago.

开发者_开发技巧 Improve this question

Which is the fastest library to find FFT on a GPU? Please give answers for both NVIDIA and ATI cards. Also, if possible give timing figures.

Thanks.


For NVidia GPUs, look at the CUFFT library. As far as I can tell, AMD has not productized FFT on ATI GPUs yet, but it might be worth looking at the ACML-GPU library. You could also try looking at OpenCL FFT libraries which should work on both GPUs.

Giving timing figures is impossible, because it varies so much depending on the actual hardware you have, your problem size, etc.


The NukadaFFT library is supposed to be the highest performance FFT implementation on NVIDIA hardware. There are links to papers which document the performance of the library - in some cases throughput is claimed to 25% higher than running the same FFT using CUFFT. That comes at a price in flexibility, because the code only supports up to radix 32 transforms.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号