Kokkos Core Kernels Package  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Classes | Namespaces
Kokkos_Layout.hpp File Reference

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::Experimental::LayoutTiled< OuterP, InnerP, ArgN0, ArgN1, ArgN2, ArgN3, ArgN4, ArgN5, ArgN6, ArgN7, IsPowerOfTwo >
 LayoutTiled. More...
 

Namespaces

 Kokkos
 

Detailed Description

Declaration of various MemoryLayout options.

Definition in file Kokkos_Layout.hpp.