kokkos-utils 0.0.1
 
Loading...
Searching...
No Matches
Kokkos::utils::view::impl Namespace Reference

Functions

template<concepts::View ViewType, size_t... Ints>
KOKKOS_FUNCTION constexpr auto extents (const ViewType &view, std::index_sequence< Ints... >)
 Implementation of Kokkos::utils::view::extents.
 
template<typename ViewType, typename... Indices, size_t... AllsIndices>
KOKKOS_FUNCTION constexpr auto slice (ViewType &&view, Indices &&... indices, std::index_sequence< AllsIndices... >)
 

Function Documentation

◆ extents()

template<concepts::View ViewType, size_t... Ints>
KOKKOS_FUNCTION constexpr auto Kokkos::utils::view::impl::extents ( const ViewType & view,
std::index_sequence< Ints... >  )
constexpr

Implementation of Kokkos::utils::view::extents.

Definition at line 22 of file extents.hpp.

◆ slice()

template<typename ViewType, typename... Indices, size_t... AllsIndices>
KOKKOS_FUNCTION constexpr auto Kokkos::utils::view::impl::slice ( ViewType && view,
Indices &&... indices,
std::index_sequence< AllsIndices... >  )
constexpr

Definition at line 25 of file slice.hpp.