OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
cub::BlockReduceRaking< T, BLOCK_DIM_X, BLOCK_DIM_Y, BLOCK_DIM_Z, PTX_ARCH >::_TempStorage Union Reference

Shared memory storage layout type. More...

Detailed Description

template<typename T, int BLOCK_DIM_X, int BLOCK_DIM_Y, int BLOCK_DIM_Z, int PTX_ARCH>
union cub::BlockReduceRaking< T, BLOCK_DIM_X, BLOCK_DIM_Y, BLOCK_DIM_Z, PTX_ARCH >::_TempStorage

Shared memory storage layout type.

Definition at line 105 of file block_reduce_raking.cuh.

Data Fields

WarpReduce::TempStorage warp_storage
 Storage for warp-synchronous reduction.
 
BlockRakingLayout::TempStorage raking_grid
 Padded thread block raking grid.
 

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