This repository has been archived by the owner on Apr 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
API Core
Damien L-G edited this page Feb 8, 2022
·
9 revisions
Initialization and finalization of Kokkos.
2. View
Kokkos MultiDimensional View class and related free functions.
Parallel Execution Dispatch.
Execution policies.
5. Spaces
Description of Memory and Execution Spaces.
Creating and dispatching Task Graphs.
7. Utilities
Utility functionality part of Kokkos Core.
Ports of standard C++ capabilities, which otherwise do not work on various hardware platforms.
9. Numerics
Common mathematical functions, mathematical constants, numeric traits.
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