forked from kokkos/kokkos
-
Notifications
You must be signed in to change notification settings - Fork 0
API Spaces
JBludau edited this page Sep 1, 2022
·
1 revision
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.
The Concept is documented in ExecutionSpace.
The Concept is documented in MemorySpace.