Views - ajpowelsnl/kokkos GitHub Wiki

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