Kernel kernel dispatch configuration.
Definition at line 324 of file dispatch_reduce_by_key.cuh.
Public Member Functions | |
template<typename PolicyT > | |
CUB_RUNTIME_FUNCTION __forceinline__ void | Init () |
Data Fields | |
int | block_threads |
int | items_per_thread |
int | tile_items |
|
inline |
Definition at line 332 of file dispatch_reduce_by_key.cuh.
int cub::DispatchReduceByKey< KeysInputIteratorT, UniqueOutputIteratorT, ValuesInputIteratorT, AggregatesOutputIteratorT, NumRunsOutputIteratorT, EqualityOpT, ReductionOpT, OffsetT >::KernelConfig::block_threads |
Definition at line 326 of file dispatch_reduce_by_key.cuh.
int cub::DispatchReduceByKey< KeysInputIteratorT, UniqueOutputIteratorT, ValuesInputIteratorT, AggregatesOutputIteratorT, NumRunsOutputIteratorT, EqualityOpT, ReductionOpT, OffsetT >::KernelConfig::items_per_thread |
Definition at line 327 of file dispatch_reduce_by_key.cuh.
int cub::DispatchReduceByKey< KeysInputIteratorT, UniqueOutputIteratorT, ValuesInputIteratorT, AggregatesOutputIteratorT, NumRunsOutputIteratorT, EqualityOpT, ReductionOpT, OffsetT >::KernelConfig::tile_items |
Definition at line 328 of file dispatch_reduce_by_key.cuh.