#include <Tpetra_KokkosRefactor_Details_MultiVectorDistObjectKernels_UQ_PCE.hpp>
|
| | 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 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) |
| |
template<typename ExecutionSpace, typename DstView, typename SrcView, typename IdxView, typename Op>
struct Tpetra::KokkosRefactor::Details::UnpackArrayMultiColumn< ExecutionSpace, DstView, SrcView, IdxView, Op, typename std::enable_if< Kokkos::is_view_uq_pce< DstView >::value &&Kokkos::is_view_uq_pce< SrcView >::value >::type >
Definition at line 214 of file Tpetra_KokkosRefactor_Details_MultiVectorDistObjectKernels_UQ_PCE.hpp.
◆ execution_space
template<typename ExecutionSpace , typename DstView , typename SrcView , typename IdxView , typename Op >
◆ size_type
template<typename ExecutionSpace , typename DstView , typename SrcView , typename IdxView , typename Op >
| typedef execution_space::size_type Tpetra::KokkosRefactor::Details::UnpackArrayMultiColumn< ExecutionSpace, DstView, SrcView, IdxView, Op, typename std::enable_if< Kokkos::is_view_uq_pce< DstView >::value &&Kokkos::is_view_uq_pce< SrcView >::value >::type >::size_type |
◆ UnpackArrayMultiColumn()
template<typename ExecutionSpace , typename DstView , typename SrcView , typename IdxView , typename Op >
| Tpetra::KokkosRefactor::Details::UnpackArrayMultiColumn< ExecutionSpace, DstView, SrcView, IdxView, Op, typename std::enable_if< Kokkos::is_view_uq_pce< DstView >::value &&Kokkos::is_view_uq_pce< SrcView >::value >::type >::UnpackArrayMultiColumn |
( |
const ExecutionSpace & |
, |
|
|
const DstView & |
dst_, |
|
|
const SrcView & |
src_, |
|
|
const IdxView & |
idx_, |
|
|
const Op & |
op_, |
|
|
const size_t |
numCols_ |
|
) |
| |
|
inline |
◆ operator()() [1/2]
template<typename ExecutionSpace , typename DstView , typename SrcView , typename IdxView , typename Op >
template<class TagType >
| KOKKOS_INLINE_FUNCTION void Tpetra::KokkosRefactor::Details::UnpackArrayMultiColumn< ExecutionSpace, DstView, SrcView, IdxView, 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 Op >
template<class TagType >
| KOKKOS_INLINE_FUNCTION void Tpetra::KokkosRefactor::Details::UnpackArrayMultiColumn< ExecutionSpace, DstView, SrcView, IdxView, 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 Op >
| static void Tpetra::KokkosRefactor::Details::UnpackArrayMultiColumn< ExecutionSpace, DstView, SrcView, IdxView, 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 Op & |
op, |
|
|
const size_t |
numCols, |
|
|
const bool |
use_atomic_updates |
|
) |
| |
|
inlinestatic |
◆ BlockSize
template<typename ExecutionSpace , typename DstView , typename SrcView , typename IdxView , typename Op >
| const unsigned Tpetra::KokkosRefactor::Details::UnpackArrayMultiColumn< ExecutionSpace, DstView, SrcView, IdxView, 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 Op >
| DstView Tpetra::KokkosRefactor::Details::UnpackArrayMultiColumn< ExecutionSpace, DstView, SrcView, IdxView, 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 Op >
| SrcView Tpetra::KokkosRefactor::Details::UnpackArrayMultiColumn< ExecutionSpace, DstView, SrcView, IdxView, 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 Op >
| IdxView Tpetra::KokkosRefactor::Details::UnpackArrayMultiColumn< ExecutionSpace, DstView, SrcView, IdxView, Op, typename std::enable_if< Kokkos::is_view_uq_pce< DstView >::value &&Kokkos::is_view_uq_pce< SrcView >::value >::type >::idx |
◆ op
template<typename ExecutionSpace , typename DstView , typename SrcView , typename IdxView , typename Op >
| Op Tpetra::KokkosRefactor::Details::UnpackArrayMultiColumn< ExecutionSpace, DstView, SrcView, IdxView, 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 Op >
| size_t Tpetra::KokkosRefactor::Details::UnpackArrayMultiColumn< ExecutionSpace, DstView, SrcView, IdxView, 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: