CUB
|
This is the complete list of members for cub::DeviceSegmentedReduce, including all inherited members.
ArgMax(void *d_temp_storage, size_t &temp_storage_bytes, InputIteratorT d_in, OutputIteratorT d_out, int num_segments, int *d_begin_offsets, int *d_end_offsets, cudaStream_t stream=0, bool debug_synchronous=false) | cub::DeviceSegmentedReduce | inlinestatic |
ArgMin(void *d_temp_storage, size_t &temp_storage_bytes, InputIteratorT d_in, OutputIteratorT d_out, int num_segments, int *d_begin_offsets, int *d_end_offsets, cudaStream_t stream=0, bool debug_synchronous=false) | cub::DeviceSegmentedReduce | inlinestatic |
Max(void *d_temp_storage, size_t &temp_storage_bytes, InputIteratorT d_in, OutputIteratorT d_out, int num_segments, int *d_begin_offsets, int *d_end_offsets, cudaStream_t stream=0, bool debug_synchronous=false) | cub::DeviceSegmentedReduce | inlinestatic |
Min(void *d_temp_storage, size_t &temp_storage_bytes, InputIteratorT d_in, OutputIteratorT d_out, int num_segments, int *d_begin_offsets, int *d_end_offsets, cudaStream_t stream=0, bool debug_synchronous=false) | cub::DeviceSegmentedReduce | inlinestatic |
Reduce(void *d_temp_storage, size_t &temp_storage_bytes, InputIteratorT d_in, OutputIteratorT d_out, int num_segments, int *d_begin_offsets, int *d_end_offsets, ReductionOp reduction_op, T init, cudaStream_t stream=0, bool debug_synchronous=false) | cub::DeviceSegmentedReduce | inlinestatic |
Sum(void *d_temp_storage, size_t &temp_storage_bytes, InputIteratorT d_in, OutputIteratorT d_out, int num_segments, int *d_begin_offsets, int *d_end_offsets, cudaStream_t stream=0, bool debug_synchronous=false) | cub::DeviceSegmentedReduce | inlinestatic |