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

Specify that a type is a Kokkos::View. More...

#include <View.hpp>

Concept definition

template<typename T>
concept Kokkos::utils::concepts::View = Kokkos::is_view_v<T>
Specify that a type is a Kokkos::View.
Definition View.hpp:15

Detailed Description

Specify that a type is a Kokkos::View.

Definition at line 15 of file View.hpp.