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
Views
Daniel Arndt edited this page May 1, 2020
·
3 revisions
View | Description |
---|---|
CreateMirror | Each iterate is an integer in a contiguous range |
DeepCopy | Each iterate for each rank is an integer in a contiguous range |
DualView | Assigns to each iterate in a contiguous range a team of threads |
DynRankView | A potentially reference counted multi-dimensional array with dynamically determined rank |
Layout | Used inside of a TeamPolicy kernel to perform nested parallel loops |
Subview | Each iterate is an integer in a contiguous range |
View | Each iterate for each rank is an integer in a contiguous range |
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