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

Public Types

typedef ExecutionSpace::execution_space execution_space
typedef execution_space::size_type size_type

Public Member Functions

 UnpackArrayMultiColumn (const ExecutionSpace &, const DstView &dst_, const SrcView &src_, const IdxView &idx_, const Op &op_, const size_t numCols_)
template<class TagType>
KOKKOS_INLINE_FUNCTION void operator() (TagType tag, const size_type k) const
template<class TagType>
KOKKOS_INLINE_FUNCTION void operator() (TagType tag, const size_type k, const size_type tidx) const

Static Public Member Functions

static void unpack (const ExecutionSpace &execSpace, const DstView &dst, const SrcView &src, const IdxView &idx, const Op &op, const size_t numCols, const bool use_atomic_updates)

Public Attributes

DstView dst
SrcView src
IdxView idx
Op op
size_t numCols

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