PencilFFTs.jl icon indicating copy to clipboard operation
PencilFFTs.jl copied to clipboard

Feature/add cuda

Open corentin-dev opened this issue 3 years ago • 0 comments

This is a pull request to had support for CUFFT and CUDA in PencilFFTs.

CUFFT does not accept some FFTW so I had to make a specific FFTW call to plans.

I also changed a bit some of PencilArrays in order to be able to work with CuArrays.

Many changes on how internal vectors are allocated in order to be able to allocate CuArrays.

corentin-dev avatar Jan 25 '22 18:01 corentin-dev