|
| enum | { V_SCALE = (sizeof(SampleT) + sizeof(int) - 1) / sizeof(int)
, VALUE = CUB_MAX((NOMINAL_ITEMS_PER_THREAD / NUM_ACTIVE_CHANNELS / V_SCALE), 1)
} |
| |
template<int NUM_CHANNELS, int NUM_ACTIVE_CHANNELS, typename SampleIteratorT, typename CounterT, typename LevelT, typename OffsetT>
template<int NOMINAL_ITEMS_PER_THREAD>
struct cub::DipatchHistogram< NUM_CHANNELS, NUM_ACTIVE_CHANNELS, SampleIteratorT, CounterT, LevelT, OffsetT >::TScale< NOMINAL_ITEMS_PER_THREAD >
Definition at line 333 of file dispatch_histogram.cuh.
The documentation for this struct was generated from the following file: