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