Thomas Padioleau
Thomas Padioleau
Temporary workaround that should be removed later. _Originally posted by @tpadioleau in https://github.com/CExA-project/ddc/pull/597#discussion_r1734301805_
We have many of these conversions: https://github.com/kokkos/kokkos-fft/blob/4fe0f2e5e2247904bcf35fcd2e5edbc2a081bd4a/common/src/KokkosFFT_transpose.hpp#L156 https://github.com/kokkos/kokkos-fft/blob/4fe0f2e5e2247904bcf35fcd2e5edbc2a081bd4a/common/src/KokkosFFT_transpose.hpp#L190 https://github.com/kokkos/kokkos-fft/blob/4fe0f2e5e2247904bcf35fcd2e5edbc2a081bd4a/common/src/KokkosFFT_transpose.hpp#L227 ... It would be helpful to implement once and for all a helper to go back and forth between `Kokkos::Array` and...
In the example 06, we are currently using symbols from the `KokkosFFT::Impl` namespace, see https://github.com/kokkos/kokkos-fft/blob/f64a013a8528d8a3bc552d4300105190e078d37a/examples/06_1DFFT_reuse_plans/06_1DFFT_reuse_plans.cpp#L31-L33 I think we should not show any usage of this implementation namespace in the examples....
If a project relies on the option `KokkosFFT_ENABLE_HOST_AND_DEVICE`, it will likely need to know if the installed KokkosFFT provides it or not. Could adding `#cmakedefine KOKKOSFFT_ENABLE_HOST_AND_DEVICE` do the job ?...
Are users guaranteed that input views will not be modified ? I know that some backend cannot guarantee that for R2C or C2R transformations. What about KokkosFFT ? I tried...
Closes #6933 Follows PR #6935 This is a first draft of a IWYU mapping file. Feel free to improve it. Let me also provide a [Dockerfile](https://github.com/user-attachments/files/16979291/iwyu-docker.zip) to help testing iwyu....
Hi, I noticed that headers from some `unit_test` directories are installed. I suspect it is a mistake ? The command `grep -R "APPEND KK_INCLUDE_DIRS .*unit_test"` from the top-level directory returns:...