Stokhos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Kokkos_View_Utils.hpp File Reference
#include <stdexcept>
#include "Kokkos_View.hpp"
Include dependency graph for Kokkos_View_Utils.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Kokkos::Impl::RebindStokhosStorageDevice< T *, Device >
struct  Kokkos::Impl::RebindStokhosStorageDevice< T[], Device >
struct  Kokkos::Impl::RebindStokhosStorageDevice< T[N], Device >
struct  Kokkos::Impl::GetSacadoSize< Rank >
struct  Kokkos::Impl::GetSacadoSize< 0 >
struct  Kokkos::Impl::GetSacadoSize< 1 >
struct  Kokkos::Impl::GetSacadoSize< 2 >
struct  Kokkos::Impl::GetSacadoSize< 3 >
struct  Kokkos::Impl::GetSacadoSize< 4 >
struct  Kokkos::Impl::GetSacadoSize< 5 >
struct  Kokkos::Impl::GetSacadoSize< 6 >
struct  Kokkos::Impl::GetSacadoSize< 7 >
struct  Kokkos::FlatArrayType< view_type, Enabled >
struct  Kokkos::IntrinsicScalarType< view_type, Enabled >

Namespaces

namespace  Kokkos
namespace  Kokkos::Impl

Macros

#define KOKKOS_IMPL_PUBLIC_INCLUDE
#define KOKKOS_IMPL_PUBLIC_INCLUDE_NOTDEFINED_CORE

Functions

KOKKOS_INLINE_FUNCTION void Kokkos::Impl::raise_error (const char *msg)
template<typename ViewType>
ViewType Kokkos::make_view (const std::string &label, size_t N0=0, size_t N1=0, size_t N2=0, size_t N3=0, size_t N4=0, size_t N5=0, size_t N6=0, size_t N7=0)
template<typename ViewType>
ViewType Kokkos::make_view (const ViewAllocateWithoutInitializing &init, size_t N0=0, size_t N1=0, size_t N2=0, size_t N3=0, size_t N4=0, size_t N5=0, size_t N6=0, size_t N7=0)
template<typename ViewType>
ViewType Kokkos::make_view (typename ViewType::pointer_type ptr, size_t N0=0, size_t N1=0, size_t N2=0, size_t N3=0, size_t N4=0, size_t N5=0, size_t N6=0, size_t N7=0)
template<typename ViewType>
ViewType Kokkos::make_view (const std::string &label, const Impl::WithoutInitializing_t &init, size_t N0=0, size_t N1=0, size_t N2=0, size_t N3=0, size_t N4=0, size_t N5=0, size_t N6=0, size_t N7=0)

Macro Definition Documentation

◆ KOKKOS_IMPL_PUBLIC_INCLUDE

#define KOKKOS_IMPL_PUBLIC_INCLUDE

Definition at line 50 of file Kokkos_View_Utils.hpp.

◆ KOKKOS_IMPL_PUBLIC_INCLUDE_NOTDEFINED_CORE

#define KOKKOS_IMPL_PUBLIC_INCLUDE_NOTDEFINED_CORE

Definition at line 51 of file Kokkos_View_Utils.hpp.