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