diff --git a/common/src/KokkosFFT_traits.hpp b/common/src/KokkosFFT_traits.hpp index 40ea21f..d9c1dda 100644 --- a/common/src/KokkosFFT_traits.hpp +++ b/common/src/KokkosFFT_traits.hpp @@ -240,13 +240,12 @@ struct base_container_value> { template using base_container_value_type = typename base_container_value::value_type; -/// \brief Helper to define a manageable View type from the original view type +/// \brief Helper to define a managed View type from a managed or unmanaged +/// View type template struct manageable_view_type { using type = Kokkos::View>; + typename T::memory_space>; }; /// \brief Helper to define a complex 1D View type from a real/complex 1D View