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

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

#include <MemorySpace.hpp>

Concept definition

template<typename T>
concept Kokkos::utils::concepts::MemorySpace = Kokkos::is_memory_space_v<T>
Specify that a type is a Kokkos memory space.

Detailed Description

Specify that a type is a Kokkos memory space.

Definition at line 11 of file MemorySpace.hpp.