开发者

Opencl FFT libraries? Anything new or under the radar out there?

I googled this topic and didn't find anything new. I am aware of Nvidia's FFT implementation which is great, but for CUDA only. AMD just released their implementation, but it doesn't work on Nvidia cards. Apple has an older and slower implementation. Are there any other good FFT libraries out there? It would be nice if there was an implementation that was meant to work on Nvidia and AMD cards and other possible pl开发者_如何学JAVAatforms and is being actively maintained.


The AMD clAmdFft library should work on NVidia GPUs.

I was involved in the development and I know that was the intention. The code was written to the OpenCL standard and doesn't use any proprietary tricks. Of course, AMD didn't do QA testing on NVidia hardware. It could be that NVidia's OpenCL implementation isn't quite 100% compliant to the standard yet. Or it could be something about your particular video card.

Please post more details here as to exacly what is happening. You should also post that information in the AMD developer forums as a bug.


AMD recently released an OpenCL SDK for their CPUs as wel as GPUs. Included in it are FFT and BLAS libraries. You can go to the bottom of the page to find out about the supported devices.

But I am not really sure about the performance.


Not yet - but there is a project to port the GSL (Gnu Scientific Library) to opencl http://gsl-cl.sourceforge.net/


I know Apple has released an OpenCL FFT package, but I don't know much about it. I've heard that they make the source available.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜