Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 execution_space &space, const size_t range_, const size_t team_, const size_t shared_=0)
 in the provided execution space instance More...
 
 MPVectorWorkConfig (const size_t range_, const size_t team_, const size_t shared_=0)
 in the default execution space instance More...
 
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 26 of file Kokkos_Parallel_MP_Vector.hpp.

Member Typedef Documentation

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

Definition at line 28 of file Kokkos_Parallel_MP_Vector.hpp.

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

Definition at line 29 of file Kokkos_Parallel_MP_Vector.hpp.

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

Definition at line 30 of file Kokkos_Parallel_MP_Vector.hpp.

Constructor & Destructor Documentation

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 39 of file Kokkos_Parallel_MP_Vector.hpp.

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 46 of file Kokkos_Parallel_MP_Vector.hpp.

Member Function Documentation

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

Definition at line 51 of file Kokkos_Parallel_MP_Vector.hpp.

Member Data Documentation

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

Definition at line 32 of file Kokkos_Parallel_MP_Vector.hpp.

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

Definition at line 33 of file Kokkos_Parallel_MP_Vector.hpp.

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

Definition at line 34 of file Kokkos_Parallel_MP_Vector.hpp.

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

Definition at line 35 of file Kokkos_Parallel_MP_Vector.hpp.


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