|
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, InputIteratorT d_in, OutputIteratorT 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, InputIteratorT d_in, OutputIteratorT 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, InputIteratorT d_in, OutputIteratorT 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, InputIteratorT d_in, OutputIteratorT 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, InputIteratorT d_in, OutputIteratorT 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, KeysInputIteratorT d_keys_in, UniqueOutputIteratorT d_unique_out, ValuesInputIteratorT d_values_in, AggregatesOutputIteratorT d_aggregates_out, NumRunsOutputIteratorT d_num_runs_out, ReductionOp reduction_op, int num_items, cudaStream_t stream=0, bool debug_synchronous=false) | cub::DeviceReduce | inlinestatic |
| Sum(void *d_temp_storage, size_t &temp_storage_bytes, InputIteratorT d_in, OutputIteratorT d_out, int num_items, cudaStream_t stream=0, bool debug_synchronous=false) | cub::DeviceReduce | inlinestatic |
1.8.4