Kokkos Core Kernels Package
Version of the Day
|
Declaration of various MemoryLayout
options.
More...
#include <Kokkos_Macros.hpp>
#include <cstddef>
#include <impl/Kokkos_Traits.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... | |
Namespaces | |
Kokkos::Impl | |
ScopeGuard Some user scope issues have been identified with some Kokkos::finalize calls; ScopeGuard aims to correct these issues. | |
Declaration of various MemoryLayout
options.
Definition in file Kokkos_Layout.hpp.