forked from kokkos/kokkos
-
Notifications
You must be signed in to change notification settings - Fork 0
Views
JBludau edited this page Sep 1, 2022
·
1 revision
| 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 |