Hacker News new | ask | show | jobs
by cjenkins 5688 days ago
I'm not sure how the API compares to FFTW, but if you're on Nvidia hardware the toolkit comes with the CUFFT library http://developer.nvidia.com/object/cuda_3_2_toolkit_rc.html which is tuned for their hardware.

I seem to recall needing to transfer the data to GPU memory and other things like that when I last used it, but that was prior to toolkit 2.0 IIRC.

1 comments

Thanks. I also just found PyFFT, here: http://pypi.python.org/pypi/pyfft/0.3.1

I'll start with this and see how it goes.