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

Shared memory. More...

Detailed Description

template<typename T, int BLOCK_DIM_X, int ITEMS_PER_THREAD, int BINS, int BLOCK_DIM_Y, int BLOCK_DIM_Z, int PTX_ARCH>
union cub::BlockHistogramSort< T, BLOCK_DIM_X, ITEMS_PER_THREAD, BINS, BLOCK_DIM_Y, BLOCK_DIM_Z, PTX_ARCH >::_TempStorage

Shared memory.

Definition at line 94 of file block_histogram_sort.cuh.

Data Fields

BlockRadixSortT::TempStorage sort
 
struct {
   BlockDiscontinuityT::TempStorage   flag
 
   unsigned int   run_begin [BINS]
 
   unsigned int   run_end [BINS]
 
}; 
 

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