OpenFPM  5.2.0
Project that contain the implementation of distributed structures
cub::BlockReduceWarpReductions< T, BLOCK_DIM_X, BLOCK_DIM_Y, BLOCK_DIM_Z, PTX_ARCH >::_TempStorage Struct Reference

Shared memory storage layout type. More...

Data Fields

WarpReduce::TempStorage warp_reduce [WARPS]
 Buffer for warp-synchronous scan.
 
warp_aggregates [WARPS]
 Shared totals from each warp-synchronous scan.
 
block_prefix
 Shared prefix for the entire thread block.
 

Detailed Description

template<typename T, int BLOCK_DIM_X, int BLOCK_DIM_Y, int BLOCK_DIM_Z, int PTX_ARCH>
struct cub::BlockReduceWarpReductions< T, BLOCK_DIM_X, BLOCK_DIM_Y, BLOCK_DIM_Z, PTX_ARCH >::_TempStorage

Shared memory storage layout type.

Definition at line 84 of file block_reduce_warp_reductions.cuh.


The documentation for this struct was generated from the following file: