Go to the source code of this file.
|
template<bool add, typename ViewTypeIn , typename ViewTypeOut > |
void | Portable::internal::populate_view (const Kokkos::TeamPolicy< MemorySpace::Default::kokkos_space::execution_space >::member_type &team_member, ViewTypeOut dst, const ViewTypeIn src, const int N) |
|
template<int dim, int n_rows, int n_columns, typename Number , int direction, bool contract_over_rows, bool add, typename ViewTypeIn , typename ViewTypeOut > |
void | Portable::internal::apply (const Kokkos::TeamPolicy< MemorySpace::Default::kokkos_space::execution_space >::member_type &team_member, const Kokkos::View< Number *, MemorySpace::Default::kokkos_space > shape_data, const ViewTypeIn in, ViewTypeOut out) |
|