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 to pass a Kokkos::View<const Kokkos::complex<double>*> as an input view but it failed to compile.