< The number of radix bits, i.e., log2(bins) More...
< The number of radix bits, i.e., log2(bins)
Parameterizable tuning policy type for AgentRadixSortUpsweep
Definition at line 62 of file agent_radix_sort_upsweep.cuh.
Public Types | |
enum | { BLOCK_THREADS = _BLOCK_THREADS , ITEMS_PER_THREAD = _ITEMS_PER_THREAD , RADIX_BITS = _RADIX_BITS } |
Static Public Attributes | |
static const CacheLoadModifier | LOAD_MODIFIER = _LOAD_MODIFIER |
Cache load modifier for reading keys. | |
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 64 of file agent_radix_sort_upsweep.cuh.
|
static |
Cache load modifier for reading keys.
Definition at line 71 of file agent_radix_sort_upsweep.cuh.