Kernel kernel dispatch configuration.
Definition at line 352 of file dispatch_scan.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 360 of file dispatch_scan.cuh.
int cub::DispatchScan< InputIteratorT, OutputIteratorT, ScanOpT, InitValueT, OffsetT >::KernelConfig::block_threads |
Definition at line 354 of file dispatch_scan.cuh.
int cub::DispatchScan< InputIteratorT, OutputIteratorT, ScanOpT, InitValueT, OffsetT >::KernelConfig::items_per_thread |
Definition at line 355 of file dispatch_scan.cuh.
int cub::DispatchScan< InputIteratorT, OutputIteratorT, ScanOpT, InitValueT, OffsetT >::KernelConfig::tile_items |
Definition at line 356 of file dispatch_scan.cuh.