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. | |
BlockRakingLayout::TempStorage raking_grid | |
Padded thread block raking grid. | |
}; | |
FallBack::TempStorage | fallback_storage |
Fall-back storage for non-commutative block scan. | |