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

Possible cleanup needed in cuda complex reorder kernels #73

Closed
JamieJQuinn opened this issue Mar 6, 2024 · 0 comments · Fixed by #83
Closed

Possible cleanup needed in cuda complex reorder kernels #73

JamieJQuinn opened this issue Mar 6, 2024 · 0 comments · Fixed by #83

Comments

@JamieJQuinn
Copy link
Collaborator

Currently, the subroutines in src/cuda/kernels/complex.f90 are considered temporary and tied to the current implementation of the FFT Poisson solver using cuFFT. When this is reimplemented in cuFFTMP, these functions are likely to be removed.

Only if we decide to keep the existing reordering subroutines specific to cuFFT should we tidy those subroutines up and document properly. This issue is just a reminder and can be closed if the relevant subroutines are removed as planned.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant