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

Concepts

concept  DualView
 Specify that a type is a Kokkos::DualView.
 
concept  ExecutionSpace
 Specify that a type is a Kokkos execution space.
 
concept  MemorySpace
 Specify that a type is a Kokkos memory space.
 
concept  Space
 Specify that a type is a Kokkos space.
 
concept  View
 Specify that a type is a Kokkos::View.
 
concept  ViewOfRank
 Specify that a type is a Kokkos::View of given rank Rank.
 
concept  ModifiableView
 Specify that a type is a modifiable Kokkos::View.
 
concept  ViewOf
 Specify that a type is a Kokkos::View with value type ValueType.
 
concept  ViewOfInstanceOf
 Specify that a type is a Kokkos::View, whose value type is an instance of a given class template U.