OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
agent_histogram.cuh File Reference

Go to the source code of this file.

Data Structures

struct  cub::AgentHistogramPolicy< _BLOCK_THREADS, _PIXELS_PER_THREAD, _LOAD_ALGORITHM, _LOAD_MODIFIER, _RLE_COMPRESS, _MEM_PREFERENCE, _WORK_STEALING >
 < Whether to dequeue tiles from a global work queue More...
 
struct  cub::AgentHistogram< AgentHistogramPolicyT, PRIVATIZED_SMEM_BINS, NUM_CHANNELS, NUM_ACTIVE_CHANNELS, SampleIteratorT, CounterT, PrivatizedDecodeOpT, OutputDecodeOpT, OffsetT, PTX_ARCH >
 AgentHistogram implements a stateful abstraction of CUDA thread blocks for participating in device-wide histogram . More...
 
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. More...
 
union  cub::AgentHistogram< AgentHistogramPolicyT, PRIVATIZED_SMEM_BINS, NUM_CHANNELS, NUM_ACTIVE_CHANNELS, SampleIteratorT, CounterT, PrivatizedDecodeOpT, OutputDecodeOpT, OffsetT, PTX_ARCH >::_TempStorage::Aliasable
 
struct  cub::AgentHistogram< AgentHistogramPolicyT, PRIVATIZED_SMEM_BINS, NUM_CHANNELS, NUM_ACTIVE_CHANNELS, SampleIteratorT, CounterT, PrivatizedDecodeOpT, OutputDecodeOpT, OffsetT, PTX_ARCH >::TempStorage
 Temporary storage type (unionable) More...
 

Namespaces

namespace  cub
 Optional outer namespace(s)
 

Enumerations

enum  BlockHistogramMemoryPreference { GMEM , SMEM , BLEND }
 

Detailed Description

cub::AgentHistogram implements a stateful abstraction of CUDA thread blocks for participating in device-wide histogram .

Definition in file agent_histogram.cuh.