5 ms·
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
by cjenkins 16y 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 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.
- JabavuAdams 16y agoThanks. I also just found PyFFT, here: http://pypi.python.org/pypi/pyfft/0.3.1 http://pypi.python.org/pypi/pyfft/0.3.1 I'll start with this and see how it goes.