Shared memory storage layout type. More...
Shared memory storage layout type.
Definition at line 82 of file block_scan_warp_scans2.cuh.
Data Structures | |
union | Aliasable |
Data Fields | |
WarpAggregateScanT::TempStorage | inner_scan [WARPS] |
Buffer for warp-synchronous scans. | |
WarpScanT::TempStorage | warp_scan [WARPS] |
Buffer for warp-synchronous scans. | |
T | warp_aggregates [WARPS] |
T | block_prefix |
Shared prefix for the entire thread block. | |
union cub::BlockScanWarpScans::_TempStorage::Aliasable | aliasable |
T | block_aggregate |
Shared prefix for the entire thread block. | |
T cub::BlockScanWarpScans< T, BLOCK_DIM_X, BLOCK_DIM_Y, BLOCK_DIM_Z, PTX_ARCH >::_TempStorage::block_aggregate |
Shared prefix for the entire thread block.
Definition at line 97 of file block_scan_warp_scans3.cuh.
T cub::BlockScanWarpScans< T, BLOCK_DIM_X, BLOCK_DIM_Y, BLOCK_DIM_Z, PTX_ARCH >::_TempStorage::block_prefix |
Shared prefix for the entire thread block.
Definition at line 87 of file block_scan_warp_scans2.cuh.
WarpAggregateScanT::TempStorage cub::BlockScanWarpScans< T, BLOCK_DIM_X, BLOCK_DIM_Y, BLOCK_DIM_Z, PTX_ARCH >::_TempStorage::inner_scan[WARPS] |
Buffer for warp-synchronous scans.
Definition at line 84 of file block_scan_warp_scans2.cuh.
T cub::BlockScanWarpScans< T, BLOCK_DIM_X, BLOCK_DIM_Y, BLOCK_DIM_Z, PTX_ARCH >::_TempStorage::warp_aggregates |
Definition at line 86 of file block_scan_warp_scans2.cuh.
WarpScanT::TempStorage cub::BlockScanWarpScans< T, BLOCK_DIM_X, BLOCK_DIM_Y, BLOCK_DIM_Z, PTX_ARCH >::_TempStorage::warp_scan[WARPS] |
Buffer for warp-synchronous scans.
Definition at line 85 of file block_scan_warp_scans2.cuh.