|
CUB
|
This is the complete list of members for cub::DeviceReduce, including all inherited members.
| ArgMax(void *d_temp_storage, size_t &temp_storage_bytes, InputIterator d_in, OutputIterator d_out, int num_items, cudaStream_t stream=0, bool debug_synchronous=false) | cub::DeviceReduce | inlinestatic |
| ArgMin(void *d_temp_storage, size_t &temp_storage_bytes, InputIterator d_in, OutputIterator d_out, int num_items, cudaStream_t stream=0, bool debug_synchronous=false) | cub::DeviceReduce | inlinestatic |
| Max(void *d_temp_storage, size_t &temp_storage_bytes, InputIterator d_in, OutputIterator d_out, int num_items, cudaStream_t stream=0, bool debug_synchronous=false) | cub::DeviceReduce | inlinestatic |
| Min(void *d_temp_storage, size_t &temp_storage_bytes, InputIterator d_in, OutputIterator d_out, int num_items, cudaStream_t stream=0, bool debug_synchronous=false) | cub::DeviceReduce | inlinestatic |
| Reduce(void *d_temp_storage, size_t &temp_storage_bytes, InputIterator d_in, OutputIterator d_out, int num_items, ReductionOp reduction_op, cudaStream_t stream=0, bool debug_synchronous=false) | cub::DeviceReduce | inlinestatic |
| ReduceByKey(void *d_temp_storage, size_t &temp_storage_bytes, KeyInputIterator d_keys_in, KeyOutputIterator d_keys_out, ValueInputIterator d_values_in, ValueOutputIterator d_values_out, NumSegmentsIterator d_num_segments, ReductionOp reduction_op, int num_items, cudaStream_t stream=0, bool debug_synchronous=false) | cub::DeviceReduce | inlinestatic |
| RunLengthEncode(void *d_temp_storage, size_t &temp_storage_bytes, InputIterator d_in, OutputIterator d_compacted_out, CountsOutputIterator d_counts_out, NumSegmentsIterator d_num_segments, int num_items, cudaStream_t stream=0, bool debug_synchronous=false) | cub::DeviceReduce | inlinestatic |
| Sum(void *d_temp_storage, size_t &temp_storage_bytes, InputIterator d_in, OutputIterator d_out, int num_items, cudaStream_t stream=0, bool debug_synchronous=false) | cub::DeviceReduce | inlinestatic |
1.8.4