Public Member Functions | |
__device__ | SegmentedReduce (const ReduceOp &o) |
__device__ Pair< T, bool > | operator() (const Pair< T, bool > &a, const Pair< T, bool > &b) const |
__device__ Pair< T, bool > | identity () const |
Public Attributes | |
ReduceOp | op |
Used for producing segmented prefix scans; the value of the Pair denotes the start of a new segment for the scan
Definition at line 56 of file ReductionOperators.cuh.