< Binary reduction operator to apply to values More...
Public Member Functions | |
| __host__ __device__ __forceinline__ | ReduceByKeyOp () |
| Constructor. | |
| __host__ __device__ __forceinline__ | ReduceByKeyOp (ReductionOpT op) |
| Constructor. | |
| template<typename KeyValuePairT > | |
| __host__ __device__ __forceinline__ KeyValuePairT | operator() (const KeyValuePairT &first, const KeyValuePairT &second) |
| Scan operator. More... | |
Data Fields | |
| ReductionOpT | op |
| Wrapped reduction operator. | |
< Binary reduction operator to apply to values
Definition at line 283 of file thread_operators.cuh.
|
inline |
Scan operator.
| first | First partial reduction |
| second | Second partial reduction |
Definition at line 296 of file thread_operators.cuh.