< The BlockScan algorithm to use More...
< The BlockScan algorithm to use
Parameterizable tuning policy type for AgentRle
Definition at line 70 of file agent_rle.cuh.
Public Types | |
enum | { BLOCK_THREADS = _BLOCK_THREADS, ITEMS_PER_THREAD = _ITEMS_PER_THREAD, STORE_WARP_TIME_SLICING = _STORE_WARP_TIME_SLICING } |
Static Public Attributes | |
static const BlockLoadAlgorithm | LOAD_ALGORITHM = _LOAD_ALGORITHM |
The BlockLoad algorithm to use. | |
static const CacheLoadModifier | LOAD_MODIFIER = _LOAD_MODIFIER |
Cache load modifier for reading input elements. | |
static const BlockScanAlgorithm | SCAN_ALGORITHM = _SCAN_ALGORITHM |
The BlockScan algorithm to use. | |
anonymous enum |
Definition at line 72 of file agent_rle.cuh.