Shared memory storage layout type. More...
Shared memory storage layout type.
Definition at line 96 of file block_reduce_raking_commutative_only.cuh.
Data Fields | ||
struct { | ||
WarpReduce::TempStorage warp_storage | ||
Storage for warp-synchronous reduction. More... | ||
BlockRakingLayout::TempStorage raking_grid | ||
Padded thread block raking grid. More... | ||
}; | ||
FallBack::TempStorage | fallback_storage | |
Fall-back storage for non-commutative block scan. | ||
FallBack::TempStorage cub::BlockReduceRakingCommutativeOnly< T, BLOCK_DIM_X, BLOCK_DIM_Y, BLOCK_DIM_Z, PTX_ARCH >::_TempStorage::fallback_storage |
Fall-back storage for non-commutative block scan.
Definition at line 103 of file block_reduce_raking_commutative_only.cuh.
BlockRakingLayout::TempStorage cub::BlockReduceRakingCommutativeOnly< T, BLOCK_DIM_X, BLOCK_DIM_Y, BLOCK_DIM_Z, PTX_ARCH >::_TempStorage::raking_grid |
Padded thread block raking grid.
Definition at line 101 of file block_reduce_raking_commutative_only.cuh.
WarpReduce::TempStorage cub::BlockReduceRakingCommutativeOnly< T, BLOCK_DIM_X, BLOCK_DIM_Y, BLOCK_DIM_Z, PTX_ARCH >::_TempStorage::warp_storage |
Storage for warp-synchronous reduction.
Definition at line 100 of file block_reduce_raking_commutative_only.cuh.