Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use 3D FFT transforms directly and drop the current 1D decomposition capable strategy #83

Merged
merged 13 commits into from
Apr 10, 2024
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