Skip to content

Kokkos::CudaSpace

JBludau edited this page Sep 1, 2022 · 1 revision

Kokkos::CudaSpace is a MemorySpace type representing device memory on a Cuda-capable GPU. Except in rare instances, it should not be used directly, but instead should be used generically as an memory space. For details, see the documentation on the MemorySpace concept.

Clone this wiki locally