OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
cub::AgentHistogram< AgentHistogramPolicyT, PRIVATIZED_SMEM_BINS, NUM_CHANNELS, NUM_ACTIVE_CHANNELS, SampleIteratorT, CounterT, PrivatizedDecodeOpT, OutputDecodeOpT, OffsetT, PTX_ARCH >::_TempStorage Struct Reference

Shared memory type required by this thread block. More...

Detailed Description

template<typename AgentHistogramPolicyT, int PRIVATIZED_SMEM_BINS, int NUM_CHANNELS, int NUM_ACTIVE_CHANNELS, typename SampleIteratorT, typename CounterT, typename PrivatizedDecodeOpT, typename OutputDecodeOpT, typename OffsetT, int PTX_ARCH = CUB_PTX_ARCH>
struct cub::AgentHistogram< AgentHistogramPolicyT, PRIVATIZED_SMEM_BINS, NUM_CHANNELS, NUM_ACTIVE_CHANNELS, SampleIteratorT, CounterT, PrivatizedDecodeOpT, OutputDecodeOpT, OffsetT, PTX_ARCH >::_TempStorage

Shared memory type required by this thread block.

Definition at line 190 of file agent_histogram.cuh.

Data Structures

union  Aliasable
 

Data Fields

CounterT histograms [NUM_ACTIVE_CHANNELS][PRIVATIZED_SMEM_BINS+1]
 
int tile_idx
 
union cub::AgentHistogram::_TempStorage::Aliasable aliasable
 

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