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

API Spaces

Damien L-G edited this page May 1, 2020 · 3 revisions

Kokkos contains two Space Concepts: MemorySpace and ExecutionSpace. Concrete instances of these two concepts are used to allocate data and dispatch work. Their relationship is described through the Kokkos::SpaceAccessibility trait.

Execution Spaces

The Concept is documented in ExecutionSpace.

Memory Spaces

The Concept is documented in MemorySpace.

Facilities

C-style memory management

Clone this wiki locally