CExA-project / ddc

DDC is a discrete domain computation library.
https://ddc.mdls.fr
Other
33 stars 5 forks source link

Support KokkosFFT normalization #664

Open tpadioleau opened 1 month ago

tpadioleau commented 1 month ago

I would like users to be able to call

ddc::fft(kokkos_exec_space, ddc_chunk_span_out, ddc_chunk_span_in, kokkosfft_normalization)

where kokkosfft_normalization is a variable of type KokkosFFT::Normalization.