Shared memory. More...
Shared memory.
Definition at line 94 of file block_histogram_sort.cuh.
Data Fields | ||
| BlockRadixSortT::TempStorage | sort | |
| struct { | ||
| BlockDiscontinuityT::TempStorage flag | ||
| unsigned int run_begin [BINS] | ||
| unsigned int run_end [BINS] | ||
| }; | ||
| BlockDiscontinuityT::TempStorage cub::BlockHistogramSort< T, BLOCK_DIM_X, ITEMS_PER_THREAD, BINS, BLOCK_DIM_Y, BLOCK_DIM_Z, PTX_ARCH >::_TempStorage::flag |
Definition at line 102 of file block_histogram_sort.cuh.
| unsigned int cub::BlockHistogramSort< T, BLOCK_DIM_X, ITEMS_PER_THREAD, BINS, BLOCK_DIM_Y, BLOCK_DIM_Z, PTX_ARCH >::_TempStorage::run_begin[BINS] |
Definition at line 105 of file block_histogram_sort.cuh.
| unsigned int cub::BlockHistogramSort< T, BLOCK_DIM_X, ITEMS_PER_THREAD, BINS, BLOCK_DIM_Y, BLOCK_DIM_Z, PTX_ARCH >::_TempStorage::run_end[BINS] |
Definition at line 106 of file block_histogram_sort.cuh.
| BlockRadixSortT::TempStorage cub::BlockHistogramSort< T, BLOCK_DIM_X, ITEMS_PER_THREAD, BINS, BLOCK_DIM_Y, BLOCK_DIM_Z, PTX_ARCH >::_TempStorage::sort |
Definition at line 97 of file block_histogram_sort.cuh.