xcompact3d / x3d2

https://xcompact3d.github.io/x3d2
BSD 3-Clause "New" or "Revised" License
3 stars 4 forks source link

Possible cleanup needed in cuda complex reorder kernels #73

Closed JamieJQuinn closed 4 months ago

JamieJQuinn commented 6 months ago

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.