Template Function internal::ThreadReduce(T(&), ReductionOp, T)

Function Documentation

Warning

doxygenfunction: Unable to resolve function “internal::ThreadReduce” with arguments (T (&), ReductionOp, T) in doxygen xml output for project “hipCUB” from directory: ./docBin/xml. Potential matches:

- template<int LENGTH, typename T, typename ReductionOp, bool NoPrefix = false> __device__ __forceinline__ T ThreadReduce(T *input, ReductionOp reduction_op, T prefix = T(0))
- template<int LENGTH, typename T, typename ReductionOp> __device__ __forceinline__ T ThreadReduce(T (&input)[LENGTH], ReductionOp reduction_op)
- template<int LENGTH, typename T, typename ReductionOp> __device__ __forceinline__ T ThreadReduce(T (&input)[LENGTH], ReductionOp reduction_op, T prefix)