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 > 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 void 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>
struct Kokkos::MPVectorWorkConfig< ExecSpace >

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

Definition at line 58 of file Kokkos_Parallel_MP_Vector.hpp.

Member Typedef Documentation

template<class ExecSpace >
typedef MPVectorWorkConfig Kokkos::MPVectorWorkConfig< ExecSpace >::execution_policy

Definition at line 60 of file Kokkos_Parallel_MP_Vector.hpp.

template<class ExecSpace >
typedef ExecSpace Kokkos::MPVectorWorkConfig< ExecSpace >::execution_space

Definition at line 61 of file Kokkos_Parallel_MP_Vector.hpp.

template<class ExecSpace >
typedef void Kokkos::MPVectorWorkConfig< ExecSpace >::work_tag

Definition at line 62 of file Kokkos_Parallel_MP_Vector.hpp.

Constructor & Destructor Documentation

template<class ExecSpace >
Kokkos::MPVectorWorkConfig< ExecSpace >::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

template<class ExecSpace >
ExecSpace Kokkos::MPVectorWorkConfig< ExecSpace >::space ( ) const
inline

Definition at line 73 of file Kokkos_Parallel_MP_Vector.hpp.

Member Data Documentation

template<class ExecSpace >
size_t Kokkos::MPVectorWorkConfig< ExecSpace >::range

Definition at line 64 of file Kokkos_Parallel_MP_Vector.hpp.

template<class ExecSpace >
size_t Kokkos::MPVectorWorkConfig< ExecSpace >::team

Definition at line 65 of file Kokkos_Parallel_MP_Vector.hpp.

template<class ExecSpace >
size_t Kokkos::MPVectorWorkConfig< ExecSpace >::shared

Definition at line 66 of file Kokkos_Parallel_MP_Vector.hpp.


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