Shared memory storage layout type. More...
Shared memory storage layout type.
Definition at line 84 of file block_reduce_warp_reductions.cuh.
Data Fields | |
WarpReduce::TempStorage | warp_reduce [WARPS] |
Buffer for warp-synchronous scan. | |
T | warp_aggregates [WARPS] |
Shared totals from each warp-synchronous scan. | |
T | block_prefix |
Shared prefix for the entire thread block. | |
T cub::BlockReduceWarpReductions< 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 88 of file block_reduce_warp_reductions.cuh.
T cub::BlockReduceWarpReductions< T, BLOCK_DIM_X, BLOCK_DIM_Y, BLOCK_DIM_Z, PTX_ARCH >::_TempStorage::warp_aggregates[WARPS] |
Shared totals from each warp-synchronous scan.
Definition at line 87 of file block_reduce_warp_reductions.cuh.
WarpReduce::TempStorage cub::BlockReduceWarpReductions< T, BLOCK_DIM_X, BLOCK_DIM_Y, BLOCK_DIM_Z, PTX_ARCH >::_TempStorage::warp_reduce[WARPS] |
Buffer for warp-synchronous scan.
Definition at line 86 of file block_reduce_warp_reductions.cuh.