Skip to content

Commit

Permalink
Merge pull request #83 from semi-h/cufft
Browse files Browse the repository at this point in the history
Use 3D FFT transforms directly and drop the current 1D decomposition capable strategy
  • Loading branch information
semi-h authored Apr 10, 2024
2 parents ce2efbc + 8cfd3fa commit e911518
Show file tree
Hide file tree
Showing 7 changed files with 232 additions and 482 deletions.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ set(CUDASRC
cuda/common.f90
cuda/exec_dist.f90
cuda/kernels/distributed.f90
cuda/kernels/complex.f90
cuda/kernels/reorder.f90
cuda/kernels/spectral_processing.f90
cuda/poisson_fft.f90
cuda/sendrecv.f90
cuda/tdsops.f90
Expand Down
295 changes: 0 additions & 295 deletions src/cuda/kernels/complex.f90

This file was deleted.

Loading

0 comments on commit e911518

Please sign in to comment.