Kokkos Core Kernels Package
Version of the Day
|
Declaration of various MemoryLayout
options.
More...
#include <cstddef>
#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... | |
struct | Kokkos::Experimental::LayoutTiled< OuterP, InnerP, ArgN0, ArgN1, ArgN2, ArgN3, ArgN4, ArgN5, ArgN6, ArgN7, IsPowerOfTwo > |
LayoutTiled. More... | |
Namespaces | |
Kokkos | |
Declaration of various MemoryLayout
options.
Definition in file Kokkos_Layout.hpp.