forked from kokkos/kokkos
-
Notifications
You must be signed in to change notification settings - Fork 0
API Containers
jeffmiles63 edited this page Aug 21, 2019
·
9 revisions
1. Bitset
Bitset comment
2. DualView
Container to manage access to mirrored views in different memory spaces
3. DynamicView
DynamicView comment.
4. DynRankView
Kokkos Runtime-determined-dimension DynRankView class.
5. Functional
Functional comment.
6. OffsetView
OffsetView comment.
7. ScatterView
ScatterView comment.
StaticCrsGraph comment.
9. UnorderedMap
UnorderedMap comment.
10. Vector
std::vector compatible implementation that works with non-host memory spaces.
Home:
- Introduction
- Machine Model
- Programming Model
- Compiling
- Initialization
- View
- Parallel Dispatch
- Hierarchical Parallelism
- Custom Reductions
- Atomic Operations
- Subviews
- Interoperability
- Kokkos and Virtual Functions
- Initialization and Finalization
- View
- Data Parallelism
- Execution Policies
- Spaces
- Task Parallelism
- Utilities
- STL Compatibility
- Numerics
- Detection Idiom