www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Bindings to clFFT (OpenCL fft library)

Just a heads-up for anyone using/wanting to use OpenCL in D:

clFFT [1] is amd's open source fft library for OpenCL, part of 
clMathLibraries. I needed it for a project so I ported the 
header, here it is:

https://github.com/John-Colvin/clFFT-D

http://code.dlang.org/packages/clfft

I left the original comments in the file for reference. The 
original documentation can be found at 
http://clmathlibraries.github.io/clFFT/

I don't anticipate bugs relating to the port specifically as very 
little was changed, but please let me know if you do have any 
problems.


[1] https://github.com/clMathLibraries/clFFT
Jul 08 2014