mpip / pfft

Parallel fast Fourier transforms
GNU General Public License v3.0
54 stars 23 forks source link

GPU support. #27

Open rainwoodman opened 7 years ago

rainwoodman commented 7 years ago

There is already a GPU enabled parallel FFT library https://github.com/amirgholami/accfft/ .

AccFFT is written in C++. I wonder if we can port the GPU related code to C and use in pfft as a GPU backend.