Stokhos Development
Loading...
Searching...
No Matches
Tpetra::KokkosRefactor::Details::PackArraySingleColumn< DstView, SrcView, IdxView, typename std::enable_if< Kokkos::is_view_uq_pce< DstView >::value &&Kokkos::is_view_uq_pce< SrcView >::value >::type > Struct Template Reference

Public Types

typedef DstView::execution_space execution_space
typedef execution_space::size_type size_type

Public Member Functions

 PackArraySingleColumn (const DstView &dst_, const SrcView &src_, const IdxView &idx_, size_t col_)
KOKKOS_INLINE_FUNCTION void operator() (const size_type k) const
KOKKOS_INLINE_FUNCTION void operator() (const size_type k, const size_type tidx) const

Static Public Member Functions

static void pack (const DstView &dst, const SrcView &src, const IdxView &idx, size_t col, const execution_space &space)

Public Attributes

DstView dst
SrcView src
IdxView idx
size_t col

Static Public Attributes

static const unsigned BlockSize = 32

The documentation for this struct was generated from the following file: