FFTW in CUDA Fortran

I have FFTW3 codes in fortran and i would like to use CUDA and gpu for speeding up. How can I call FFTW3 in CUDA fortran and how to set up compiling and link options?
Thank you in advance for your advice.