CUB
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
cub::BlockReduce< T, BLOCK_THREADS > Member List

This is the complete list of members for cub::BlockReduce< T, BLOCK_THREADS >, including all inherited members.

Reduce(SmemStorage &smem_storage, T input, ReductionOp reduction_op)cub::BlockReduce< T, BLOCK_THREADS >inlinestatic
Reduce(SmemStorage &smem_storage, T(&inputs)[ITEMS_PER_THREAD], ReductionOp reduction_op)cub::BlockReduce< T, BLOCK_THREADS >inlinestatic
Reduce(SmemStorage &smem_storage, T input, ReductionOp reduction_op, const unsigned int &valid_threads)cub::BlockReduce< T, BLOCK_THREADS >inlinestatic
SmemStorage typedefcub::BlockReduce< T, BLOCK_THREADS >
Sum(SmemStorage &smem_storage, T input)cub::BlockReduce< T, BLOCK_THREADS >inlinestatic
Sum(SmemStorage &smem_storage, T(&inputs)[ITEMS_PER_THREAD])cub::BlockReduce< T, BLOCK_THREADS >inlinestatic
Sum(SmemStorage &smem_storage, T input, const unsigned int &valid_threads)cub::BlockReduce< T, BLOCK_THREADS >inlinestatic