Kokkos Core Kernels Package  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | List of all members
Kokkos::RangePolicy< Properties >::WorkRange Struct Reference

Subrange for a partition's rank and size. More...

#include <Kokkos_ExecPolicy.hpp>

Public Member Functions

KOKKOS_INLINE_FUNCTION WorkRange (const RangePolicy &range, const int part_rank, const int part_size)
 Subrange for a partition's rank and size. More...
 

Detailed Description

template<class... Properties>
struct Kokkos::RangePolicy< Properties >::WorkRange

Subrange for a partition's rank and size.

Typically used to partition a range over a group of threads.

Definition at line 293 of file Kokkos_ExecPolicy.hpp.

Constructor & Destructor Documentation

template<class... Properties>
KOKKOS_INLINE_FUNCTION Kokkos::RangePolicy< Properties >::WorkRange::WorkRange ( const RangePolicy range,
const int  part_rank,
const int  part_size 
)
inline

Subrange for a partition's rank and size.

Typically used to partition a range over a group of threads.

Definition at line 305 of file Kokkos_ExecPolicy.hpp.


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