Temporary storage type (unionable)
More...
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
Temporary storage type (unionable)
Definition at line 208 of file agent_histogram.cuh.
|
enum | |
|
typedef UnitWord< _TempStorage >::DeviceWord | DeviceWord |
| Biggest memory-access word that T is a whole multiple of and is not larger than the alignment of T.
|
|
__host__ __device__ __forceinline__ _TempStorage & | Alias () |
| Alias.
|
|
DeviceWord | storage [WORDS] |
| Backing storage.
|
|
The documentation for this struct was generated from the following file: