Stokhos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | List of all members
Tpetra::KokkosRefactor::Details::UnpackArrayMultiColumnVariableStride< ExecutionSpace, DstView, SrcView, IdxView, ColView, Op, typename std::enable_if< Kokkos::is_view_uq_pce< DstView >::value &&Kokkos::is_view_uq_pce< SrcView >::value >::type > Struct Template Reference

#include <Tpetra_KokkosRefactor_Details_MultiVectorDistObjectKernels_UQ_PCE.hpp>

Public Types

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

Public Member Functions

 UnpackArrayMultiColumnVariableStride (const ExecutionSpace &, const DstView &dst_, const SrcView &src_, const IdxView &idx_, const ColView &col_, const Op &op_, 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 ColView &col, const Op &op, const size_t numCols, const bool use_atomic_updates)
 

Public Attributes

DstView dst
 
SrcView src
 
IdxView idx
 
ColView col
 
Op op
 
size_t numCols
 

Static Public Attributes

static const unsigned BlockSize = 32
 

Detailed Description

template<typename ExecutionSpace, typename DstView, typename SrcView, typename IdxView, typename ColView, typename Op>
struct Tpetra::KokkosRefactor::Details::UnpackArrayMultiColumnVariableStride< ExecutionSpace, DstView, SrcView, IdxView, ColView, Op, typename std::enable_if< Kokkos::is_view_uq_pce< DstView >::value &&Kokkos::is_view_uq_pce< SrcView >::value >::type >

Definition at line 300 of file Tpetra_KokkosRefactor_Details_MultiVectorDistObjectKernels_UQ_PCE.hpp.

Member Typedef Documentation

◆ execution_space

template<typename ExecutionSpace , typename DstView , typename SrcView , typename IdxView , typename ColView , typename Op >
typedef ExecutionSpace::execution_space Tpetra::KokkosRefactor::Details::UnpackArrayMultiColumnVariableStride< ExecutionSpace, DstView, SrcView, IdxView, ColView, Op, typename std::enable_if< Kokkos::is_view_uq_pce< DstView >::value &&Kokkos::is_view_uq_pce< SrcView >::value >::type >::execution_space

◆ size_type

template<typename ExecutionSpace , typename DstView , typename SrcView , typename IdxView , typename ColView , typename Op >
typedef execution_space::size_type Tpetra::KokkosRefactor::Details::UnpackArrayMultiColumnVariableStride< ExecutionSpace, DstView, SrcView, IdxView, ColView, Op, typename std::enable_if< Kokkos::is_view_uq_pce< DstView >::value &&Kokkos::is_view_uq_pce< SrcView >::value >::type >::size_type

Constructor & Destructor Documentation

◆ UnpackArrayMultiColumnVariableStride()

template<typename ExecutionSpace , typename DstView , typename SrcView , typename IdxView , typename ColView , typename Op >
Tpetra::KokkosRefactor::Details::UnpackArrayMultiColumnVariableStride< ExecutionSpace, DstView, SrcView, IdxView, ColView, Op, typename std::enable_if< Kokkos::is_view_uq_pce< DstView >::value &&Kokkos::is_view_uq_pce< SrcView >::value >::type >::UnpackArrayMultiColumnVariableStride ( const ExecutionSpace &  ,
const DstView &  dst_,
const SrcView &  src_,
const IdxView &  idx_,
const ColView &  col_,
const Op &  op_,
size_t  numCols_ 
)
inline

Member Function Documentation

◆ operator()() [1/2]

template<typename ExecutionSpace , typename DstView , typename SrcView , typename IdxView , typename ColView , typename Op >
template<class TagType >
KOKKOS_INLINE_FUNCTION void Tpetra::KokkosRefactor::Details::UnpackArrayMultiColumnVariableStride< ExecutionSpace, DstView, SrcView, IdxView, ColView, Op, typename std::enable_if< Kokkos::is_view_uq_pce< DstView >::value &&Kokkos::is_view_uq_pce< SrcView >::value >::type >::operator() ( TagType  tag,
const size_type  k 
) const
inline

◆ operator()() [2/2]

template<typename ExecutionSpace , typename DstView , typename SrcView , typename IdxView , typename ColView , typename Op >
template<class TagType >
KOKKOS_INLINE_FUNCTION void Tpetra::KokkosRefactor::Details::UnpackArrayMultiColumnVariableStride< ExecutionSpace, DstView, SrcView, IdxView, ColView, Op, typename std::enable_if< Kokkos::is_view_uq_pce< DstView >::value &&Kokkos::is_view_uq_pce< SrcView >::value >::type >::operator() ( TagType  tag,
const size_type  k,
const size_type  tidx 
) const
inline

◆ unpack()

template<typename ExecutionSpace , typename DstView , typename SrcView , typename IdxView , typename ColView , typename Op >
static void Tpetra::KokkosRefactor::Details::UnpackArrayMultiColumnVariableStride< ExecutionSpace, DstView, SrcView, IdxView, ColView, Op, typename std::enable_if< Kokkos::is_view_uq_pce< DstView >::value &&Kokkos::is_view_uq_pce< SrcView >::value >::type >::unpack ( const ExecutionSpace &  execSpace,
const DstView &  dst,
const SrcView &  src,
const IdxView &  idx,
const ColView &  col,
const Op &  op,
const size_t  numCols,
const bool  use_atomic_updates 
)
inlinestatic

Member Data Documentation

◆ BlockSize

template<typename ExecutionSpace , typename DstView , typename SrcView , typename IdxView , typename ColView , typename Op >
const unsigned Tpetra::KokkosRefactor::Details::UnpackArrayMultiColumnVariableStride< ExecutionSpace, DstView, SrcView, IdxView, ColView, Op, typename std::enable_if< Kokkos::is_view_uq_pce< DstView >::value &&Kokkos::is_view_uq_pce< SrcView >::value >::type >::BlockSize = 32
static

◆ dst

template<typename ExecutionSpace , typename DstView , typename SrcView , typename IdxView , typename ColView , typename Op >
DstView Tpetra::KokkosRefactor::Details::UnpackArrayMultiColumnVariableStride< ExecutionSpace, DstView, SrcView, IdxView, ColView, Op, typename std::enable_if< Kokkos::is_view_uq_pce< DstView >::value &&Kokkos::is_view_uq_pce< SrcView >::value >::type >::dst

◆ src

template<typename ExecutionSpace , typename DstView , typename SrcView , typename IdxView , typename ColView , typename Op >
SrcView Tpetra::KokkosRefactor::Details::UnpackArrayMultiColumnVariableStride< ExecutionSpace, DstView, SrcView, IdxView, ColView, Op, typename std::enable_if< Kokkos::is_view_uq_pce< DstView >::value &&Kokkos::is_view_uq_pce< SrcView >::value >::type >::src

◆ idx

template<typename ExecutionSpace , typename DstView , typename SrcView , typename IdxView , typename ColView , typename Op >
IdxView Tpetra::KokkosRefactor::Details::UnpackArrayMultiColumnVariableStride< ExecutionSpace, DstView, SrcView, IdxView, ColView, Op, typename std::enable_if< Kokkos::is_view_uq_pce< DstView >::value &&Kokkos::is_view_uq_pce< SrcView >::value >::type >::idx

◆ col

template<typename ExecutionSpace , typename DstView , typename SrcView , typename IdxView , typename ColView , typename Op >
ColView Tpetra::KokkosRefactor::Details::UnpackArrayMultiColumnVariableStride< ExecutionSpace, DstView, SrcView, IdxView, ColView, Op, typename std::enable_if< Kokkos::is_view_uq_pce< DstView >::value &&Kokkos::is_view_uq_pce< SrcView >::value >::type >::col

◆ op

template<typename ExecutionSpace , typename DstView , typename SrcView , typename IdxView , typename ColView , typename Op >
Op Tpetra::KokkosRefactor::Details::UnpackArrayMultiColumnVariableStride< ExecutionSpace, DstView, SrcView, IdxView, ColView, Op, typename std::enable_if< Kokkos::is_view_uq_pce< DstView >::value &&Kokkos::is_view_uq_pce< SrcView >::value >::type >::op

◆ numCols

template<typename ExecutionSpace , typename DstView , typename SrcView , typename IdxView , typename ColView , typename Op >
size_t Tpetra::KokkosRefactor::Details::UnpackArrayMultiColumnVariableStride< ExecutionSpace, DstView, SrcView, IdxView, ColView, Op, typename std::enable_if< Kokkos::is_view_uq_pce< DstView >::value &&Kokkos::is_view_uq_pce< SrcView >::value >::type >::numCols

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