OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
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.
 

Field Documentation

◆ raking_grid

template<typename T , int BLOCK_DIM_X, int BLOCK_DIM_Y, int BLOCK_DIM_Z, int PTX_ARCH>
BlockRakingLayout::TempStorage cub::BlockReduceRaking< T, BLOCK_DIM_X, BLOCK_DIM_Y, BLOCK_DIM_Z, PTX_ARCH >::_TempStorage::raking_grid

Padded thread block raking grid.

Definition at line 108 of file block_reduce_raking.cuh.

◆ warp_storage

template<typename T , int BLOCK_DIM_X, int BLOCK_DIM_Y, int BLOCK_DIM_Z, int PTX_ARCH>
WarpReduce::TempStorage cub::BlockReduceRaking< T, BLOCK_DIM_X, BLOCK_DIM_Y, BLOCK_DIM_Z, PTX_ARCH >::_TempStorage::warp_storage

Storage for warp-synchronous reduction.

Definition at line 107 of file block_reduce_raking.cuh.


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