Stokhos Development
Loading...
Searching...
No Matches
Kokkos::MPVectorWorkConfig< ExecSpace, Tag > Struct Template Reference

Team-based parallel work configuration for Sacado::MP::Vector. More...

#include <Kokkos_Parallel_MP_Vector.hpp>

Public Types

typedef MPVectorWorkConfig execution_policy
typedef ExecSpace execution_space
typedef Tag work_tag

Public Member Functions

 MPVectorWorkConfig (const execution_space &space, const size_t range_, const size_t team_, const size_t shared_=0)
 in the provided execution space instance
 MPVectorWorkConfig (const size_t range_, const size_t team_, const size_t shared_=0)
 in the default execution space instance
ExecSpace space () const

Public Attributes

execution_space space_
size_t range
size_t team
size_t shared

Detailed Description

template<class ExecSpace, class Tag = void>
struct Kokkos::MPVectorWorkConfig< ExecSpace, Tag >

Team-based parallel work configuration for Sacado::MP::Vector.

Constructor & Destructor Documentation

◆ MPVectorWorkConfig() [1/2]

template<class ExecSpace, class Tag = void>
Kokkos::MPVectorWorkConfig< ExecSpace, Tag >::MPVectorWorkConfig ( const execution_space & space,
const size_t range_,
const size_t team_,
const size_t shared_ = 0 )
inline

in the provided execution space instance

Referenced by MPVectorWorkConfig().

◆ MPVectorWorkConfig() [2/2]

template<class ExecSpace, class Tag = void>
Kokkos::MPVectorWorkConfig< ExecSpace, Tag >::MPVectorWorkConfig ( const size_t range_,
const size_t team_,
const size_t shared_ = 0 )
inline

in the default execution space instance

References MPVectorWorkConfig().


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