|
CUB
|
#include "block_exchange.cuh"#include "block_radix_rank.cuh"#include "../util_ptx.cuh"#include "../util_arch.cuh"#include "../util_type.cuh"#include "../util_namespace.cuh"Go to the source code of this file.
Classes | |
| class | cub::BlockRadixSort< KeyT, BLOCK_DIM_X, ITEMS_PER_THREAD, ValueT, RADIX_BITS, MEMOIZE_OUTER_SCAN, INNER_SCAN_ALGORITHM, SMEM_CONFIG, BLOCK_DIM_Y, BLOCK_DIM_Z, PTX_ARCH > |
The BlockRadixSort class provides collective methods for sorting items partitioned across a CUDA thread block using a radix sorting method.
. | |
| struct | cub::BlockRadixSort< KeyT, BLOCK_DIM_X, ITEMS_PER_THREAD, ValueT, RADIX_BITS, MEMOIZE_OUTER_SCAN, INNER_SCAN_ALGORITHM, SMEM_CONFIG, BLOCK_DIM_Y, BLOCK_DIM_Z, PTX_ARCH >::TempStorage |
The operations exposed by BlockScan require a temporary memory allocation of this nested type for thread communication. This opaque storage can be allocated directly using the __shared__ keyword. Alternatively, it can be aliased to externally allocated memory (shared or global) or union'd with other storage allocation types to facilitate memory reuse. More... | |
Namespaces | |
| cub | |
| Optional outer namespace(s) | |
The cub::BlockRadixSort class provides collective methods for radix sorting of items partitioned across a CUDA thread block.
Definition in file block_radix_sort.cuh.
1.8.4