|
Kokkos Core Kernels Package
Version of the Day
|
Declaration of various MemoryLayout options.
More...
#include <stddef.h>#include <impl/Kokkos_Traits.hpp>#include <impl/Kokkos_Tags.hpp>Go to the source code of this file.
Classes | |
| struct | Kokkos::LayoutLeft |
| Memory layout tag indicating left-to-right (Fortran scheme) striding of multi-indices. More... | |
| struct | Kokkos::LayoutRight |
| Memory layout tag indicating right-to-left (C or lexigraphical scheme) striding of multi-indices. More... | |
| struct | Kokkos::LayoutStride |
| Memory layout tag indicated arbitrarily strided multi-index mapping into contiguous memory. More... | |
| struct | Kokkos::LayoutTileLeft< ArgN0, ArgN1, IsPowerOfTwo > |
| Memory layout tag indicating left-to-right (Fortran scheme) striding of multi-indices by tiles. More... | |
Namespaces | |
| namespace | Kokkos |
Declaration of various MemoryLayout options.
Definition in file Kokkos_Layout.hpp.
1.7.6.1