Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 293 Bytes

Readme.md

File metadata and controls

8 lines (7 loc) · 293 Bytes

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