Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Kokkos::HostSpace

Christian Trott edited this page May 1, 2020 · 1 revision

Kokkos::HostSpace is a MemorySpace type representing traditional random access memory accessible from the CPU. 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