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

Specify that a type is a Kokkos space. More...

#include <Space.hpp>

Concept definition

template<typename T>
concept Kokkos::utils::concepts::Space = Kokkos::is_space<T>::value
Specify that a type is a Kokkos space.
Definition Space.hpp:11

Detailed Description

Specify that a type is a Kokkos space.

Definition at line 11 of file Space.hpp.