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
A Guide to Kokkos Testing Processes
Christian Trott edited this page Aug 6, 2019
·
6 revisions
The Guide to Kokkos Testing Processes is a description of the components of a team-based testing workflow. It touches on the many components of the workflow and provides copious details for the multiple and wide-ranging set of Kokkos test activities.
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