Shared memory storage layout type. More...
Shared memory storage layout type.
Definition at line 95 of file block_scan_raking.cuh.
Data Fields | |
WarpScan::TempStorage | warp_scan |
Buffer for warp-synchronous scan. | |
BlockRakingLayout::TempStorage | raking_grid |
Padded thread block raking grid. | |
T | block_aggregate |
Block aggregate. | |
T cub::BlockScanRaking< T, BLOCK_DIM_X, BLOCK_DIM_Y, BLOCK_DIM_Z, MEMOIZE, PTX_ARCH >::_TempStorage::block_aggregate |
Block aggregate.
Definition at line 99 of file block_scan_raking.cuh.
BlockRakingLayout::TempStorage cub::BlockScanRaking< T, BLOCK_DIM_X, BLOCK_DIM_Y, BLOCK_DIM_Z, MEMOIZE, PTX_ARCH >::_TempStorage::raking_grid |
Padded thread block raking grid.
Definition at line 98 of file block_scan_raking.cuh.
WarpScan::TempStorage cub::BlockScanRaking< T, BLOCK_DIM_X, BLOCK_DIM_Y, BLOCK_DIM_Z, MEMOIZE, PTX_ARCH >::_TempStorage::warp_scan |
Buffer for warp-synchronous scan.
Definition at line 97 of file block_scan_raking.cuh.