36 #include "../thread/thread_operators.cuh" 37 #include "../util_namespace.cuh" 64 for (
int i = 0; i < LENGTH; ++i)
101 typename ReductionOp>
121 typename ReductionOp>
141 typename ReductionOp>
__device__ __forceinline__ T ThreadReduce(T *input, ReductionOp reduction_op, T prefix, Int2Type< LENGTH >)
Optional outer namespace(s)
OutputIteratorT OffsetT GridEvenShare< OffsetT > ReductionOpT reduction_op
< [in] Binary reduction functor
Allows for the treatment of an integral constant as a type at compile-time (e.g., to achieve static c...