Kokkos Core Kernels Package
Version of the Day
|
Scratch memory space associated with an execution space. More...
#include <Kokkos_ScratchSpace.hpp>
Public Types | |
typedef ScratchMemorySpace | memory_space |
Tag this class as a memory space. More... | |
typedef Kokkos::Device < execution_space, memory_space > | device_type |
This execution space preferred device_type. More... | |
Scratch memory space associated with an execution space.
Definition at line 59 of file Kokkos_ScratchSpace.hpp.
typedef ScratchMemorySpace Kokkos::ScratchMemorySpace< ExecSpace >::memory_space |
Tag this class as a memory space.
Definition at line 87 of file Kokkos_ScratchSpace.hpp.
typedef Kokkos::Device<execution_space,memory_space> Kokkos::ScratchMemorySpace< ExecSpace >::device_type |
This execution space preferred device_type.
Definition at line 90 of file Kokkos_ScratchSpace.hpp.