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

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

#include <ExecutionSpace.hpp>

Concept definition

template<typename T>
concept Kokkos::utils::concepts::ExecutionSpace = Kokkos::is_execution_space_v<T>
Specify that a type is a Kokkos execution space.

Detailed Description

Specify that a type is a Kokkos execution space.

Definition at line 11 of file ExecutionSpace.hpp.