Skip to content

Latest commit

 

History

History

FFT

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Fast Fourier Transform with CUDA Fortran

Compile it with

nvfortran cufft_m.cuf fft_test_c2c.cuf -cudalib=cufft
nvfortran cufft_m.cuf fft_derivative.cuf -cudalib=cufft

The CUDA random number generator (curand) needs to be linked for this to work, using the flag -cudalib