OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
cub::BlockReduceRakingCommutativeOnly< 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::BlockReduceRakingCommutativeOnly< T, BLOCK_DIM_X, BLOCK_DIM_Y, BLOCK_DIM_Z, PTX_ARCH >::_TempStorage

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.
 

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