Stokhos Package Browser (Single Doxygen Collection) Version of the Day
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.

Definition at line 58 of file Kokkos_Parallel_MP_Vector.hpp.

Member Typedef Documentation

◆ execution_policy

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

Definition at line 60 of file Kokkos_Parallel_MP_Vector.hpp.

◆ execution_space

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

Definition at line 61 of file Kokkos_Parallel_MP_Vector.hpp.

◆ work_tag

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

Definition at line 62 of file Kokkos_Parallel_MP_Vector.hpp.

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

Definition at line 71 of file Kokkos_Parallel_MP_Vector.hpp.

◆ 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

Definition at line 78 of file Kokkos_Parallel_MP_Vector.hpp.

Member Function Documentation

◆ space()

template<class ExecSpace, class Tag = void>
ExecSpace Kokkos::MPVectorWorkConfig< ExecSpace, Tag >::space ( ) const
inline

Definition at line 83 of file Kokkos_Parallel_MP_Vector.hpp.

Member Data Documentation

◆ space_

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

Definition at line 64 of file Kokkos_Parallel_MP_Vector.hpp.

◆ range

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

Definition at line 65 of file Kokkos_Parallel_MP_Vector.hpp.

◆ team

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

Definition at line 66 of file Kokkos_Parallel_MP_Vector.hpp.

◆ shared

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

Definition at line 67 of file Kokkos_Parallel_MP_Vector.hpp.


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