kokkos-utils 0.0.1
 
Loading...
Searching...
No Matches
View.hpp File Reference
#include <concepts>
#include "Kokkos_View.hpp"
#include "kokkos-utils/impl/type_traits.hpp"

Go to the source code of this file.

Namespaces

namespace  Kokkos
 
namespace  Kokkos::utils
 
namespace  Kokkos::utils::concepts
 

Concepts

concept  Kokkos::utils::concepts::View
 Specify that a type is a Kokkos::View.
 
concept  Kokkos::utils::concepts::ViewOfRank
 Specify that a type is a Kokkos::View of given rank Rank.
 
concept  Kokkos::utils::concepts::ModifiableView
 Specify that a type is a modifiable Kokkos::View.
 
concept  Kokkos::utils::concepts::ViewOf
 Specify that a type is a Kokkos::View with value type ValueType.
 
concept  Kokkos::utils::concepts::ViewOfInstanceOf
 Specify that a type is a Kokkos::View, whose value type is an instance of a given class template U.