Kokkos Core Kernels Package
Version of the Day
|
Access relationship between DstMemorySpace and SrcMemorySpace. More...
#include <Kokkos_Concepts.hpp>
Public Types | |
enum | |
Can a View (or pointer) to memory in SrcMemorySpace be assigned to a View (or pointer) to memory marked DstMemorySpace. More... | |
enum | |
For all DstExecSpace::memory_space == DstMemorySpace DstExecSpace can access SrcMemorySpace. More... | |
enum | |
Does a DeepCopy capability exist to DstMemorySpace from SrcMemorySpace. More... | |
Access relationship between DstMemorySpace and SrcMemorySpace.
The default case can assume accessibility for the same space. Specializations must be defined for different memory spaces.
Definition at line 257 of file Kokkos_Concepts.hpp.
anonymous enum |
Can a View (or pointer) to memory in SrcMemorySpace be assigned to a View (or pointer) to memory marked DstMemorySpace.
Definition at line 270 of file Kokkos_Concepts.hpp.
anonymous enum |
For all DstExecSpace::memory_space == DstMemorySpace DstExecSpace can access SrcMemorySpace.
Definition at line 275 of file Kokkos_Concepts.hpp.
anonymous enum |
Does a DeepCopy capability exist to DstMemorySpace from SrcMemorySpace.
Definition at line 280 of file Kokkos_Concepts.hpp.