Skip to content

visittor/cuda_FFT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cuda_FFT

example cuda FFT implementation

Just run main.py. You will need to install some libraries to do so. Important libraries to install is

  1. numpy
  2. numba

other libraries are not important but used for plotting graph I show below. If you don't need those stuffs just import functions from FFT.py and FFT_transpose.py into your script.

Performance

performance

Note

Maybe I will try to implement this on c++ later.

About

example cuda FFT implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages