CUDACasts Episode #8: Accelerate FFTW Apps with CUFFT 5.5

Originally published at: https://developer.nvidia.com/blog/cudacasts-episode-8-accelerate-fftw-apps-cufft-55/

GPU libraries provide an easy way to accelerate applications without writing any GPU-specific code. With the new CUDA 5.5 version of the NVIDIA CUFFT Fast Fourier Transform library, FFT acceleration gets even easier, with new support for the popular FFTW API. It is now extremely simple for developers to accelerate existing FFTW library calls on the GPU, sometimes…

interesting feature , i wasn't aware of it , thank for the info

Hello sir, This code has one intersting featues Cuda from one makefile. I would like to see how this is done. In the video, you didn't show the kernel in main function. Could you please show the full version of this code ?