Stokhos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Public Attributes | List of all members
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 size_t range_, const size_t team_, const size_t shared_=0)
 
ExecSpace space () const
 

Public Attributes

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()

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

Definition at line 68 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 73 of file Kokkos_Parallel_MP_Vector.hpp.

Member Data Documentation

◆ range

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

Definition at line 64 of file Kokkos_Parallel_MP_Vector.hpp.

◆ team

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

Definition at line 65 of file Kokkos_Parallel_MP_Vector.hpp.

◆ shared

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

Definition at line 66 of file Kokkos_Parallel_MP_Vector.hpp.


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