Shared memory storage layout type. More...
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. | |
Shared memory storage layout type.
Definition at line 96 of file block_reduce_raking_commutative_only.cuh.