< The number of radix bits, i.e., log2(bins) More...
< The number of radix bits, i.e., log2(bins)
Parameterizable tuning policy type for AgentRadixSortDownsweep
Definition at line 80 of file agent_radix_sort_downsweep.cuh.
Public Types | |
enum | { BLOCK_THREADS = _BLOCK_THREADS , ITEMS_PER_THREAD = _ITEMS_PER_THREAD , RADIX_BITS = _RADIX_BITS } |
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 keys (and values) | |
static const RadixRankAlgorithm | RANK_ALGORITHM = _RANK_ALGORITHM |
The radix ranking algorithm to use. | |
static const BlockScanAlgorithm | SCAN_ALGORITHM = _SCAN_ALGORITHM |
The BlockScan algorithm to use. | |
anonymous enum |
Enumerator | |
---|---|
BLOCK_THREADS | Threads per thread block. |
ITEMS_PER_THREAD | Items per thread (per tile of input) |
RADIX_BITS | The number of radix bits, i.e., log2(bins) |
Definition at line 82 of file agent_radix_sort_downsweep.cuh.
|
static |
The BlockLoad algorithm to use.
Definition at line 89 of file agent_radix_sort_downsweep.cuh.
|
static |
Cache load modifier for reading keys (and values)
Definition at line 90 of file agent_radix_sort_downsweep.cuh.
|
static |
The radix ranking algorithm to use.
Definition at line 91 of file agent_radix_sort_downsweep.cuh.
|
static |
The BlockScan algorithm to use.
Definition at line 92 of file agent_radix_sort_downsweep.cuh.