#include "kokkos-utils/concepts/View.hpp"
Go to the source code of this file.
Namespaces | |
namespace | Kokkos |
namespace | Kokkos::utils |
namespace | Kokkos::utils::view |
namespace | Kokkos::utils::view::impl |
Functions | |
template<concepts::View ViewType, size_t... Ints> | |
KOKKOS_FUNCTION constexpr auto | Kokkos::utils::view::impl::extents (const ViewType &view, std::index_sequence< Ints... >) |
Implementation of Kokkos::utils::view::extents. | |
template<concepts::View ViewType> | |
KOKKOS_FUNCTION constexpr auto | Kokkos::utils::view::extents (const ViewType &view) |
Get all extents of view . | |
This file is a collection of helper functions similar to what can be found in the standard mdspan
header, related to retrieving the extents of a Kokkos::View
.
Definition in file extents.hpp.