Definition at line 197 of file dispatch_histogram.cuh.
Public Member Functions | |
| __host__ __device__ __forceinline__ void | Init (LevelIteratorT d_levels, int num_output_levels) |
| template<CacheLoadModifier LOAD_MODIFIER, typename _SampleT > | |
| __host__ __device__ __forceinline__ void | BinSelect (_SampleT sample, int &bin, bool valid) |
Data Fields | |
| LevelIteratorT | d_levels |
| int | num_output_levels |
|
inline |
Level iterator wrapper type
Definition at line 213 of file dispatch_histogram.cuh.
|
inline |
Definition at line 203 of file dispatch_histogram.cuh.
| LevelIteratorT cub::DipatchHistogram< NUM_CHANNELS, NUM_ACTIVE_CHANNELS, SampleIteratorT, CounterT, LevelT, OffsetT >::SearchTransform< LevelIteratorT >::d_levels |
Definition at line 199 of file dispatch_histogram.cuh.
| int cub::DipatchHistogram< NUM_CHANNELS, NUM_ACTIVE_CHANNELS, SampleIteratorT, CounterT, LevelT, OffsetT >::SearchTransform< LevelIteratorT >::num_output_levels |
Definition at line 200 of file dispatch_histogram.cuh.