Skip to content

FFT offloading #5

Description

@andyc101

Investigate offloading fast fourier transform to gpu.
Initial plan is to investigate:

  • 2decomp&FFT:, which may be a full replacement for the fft component, interleaving MPI comms, cuda, and cuda aware mpi.
  • a gpu enabled implementation of fftpack - this would likely replace the 1d fft calls, leaving current MPI and pencil code largely intact.
  • fallback options are vendor fft libraries such as hipFFT/cuFFT.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions