hipCUB
Static Public Member Functions | List of all members
DeviceHistogram Struct Reference

Static Public Member Functions

template<typename SampleIteratorT , typename CounterT , typename LevelT , typename OffsetT >
static HIPCUB_RUNTIME_FUNCTION hipError_t HistogramEven (void *d_temp_storage, size_t &temp_storage_bytes, SampleIteratorT d_samples, CounterT *d_histogram, int num_levels, LevelT lower_level, LevelT upper_level, OffsetT num_samples, hipStream_t stream=0, bool debug_synchronous=false)
 
template<typename SampleIteratorT , typename CounterT , typename LevelT , typename OffsetT >
static HIPCUB_RUNTIME_FUNCTION hipError_t HistogramEven (void *d_temp_storage, size_t &temp_storage_bytes, SampleIteratorT d_samples, CounterT *d_histogram, int num_levels, LevelT lower_level, LevelT upper_level, OffsetT num_row_samples, OffsetT num_rows, size_t row_stride_bytes, hipStream_t stream=0, bool debug_synchronous=false)
 
template<int NUM_CHANNELS, int NUM_ACTIVE_CHANNELS, typename SampleIteratorT , typename CounterT , typename LevelT , typename OffsetT >
static HIPCUB_RUNTIME_FUNCTION hipError_t MultiHistogramEven (void *d_temp_storage, size_t &temp_storage_bytes, SampleIteratorT d_samples, CounterT *d_histogram[NUM_ACTIVE_CHANNELS], int num_levels[NUM_ACTIVE_CHANNELS], LevelT lower_level[NUM_ACTIVE_CHANNELS], LevelT upper_level[NUM_ACTIVE_CHANNELS], OffsetT num_pixels, hipStream_t stream=0, bool debug_synchronous=false)
 
template<int NUM_CHANNELS, int NUM_ACTIVE_CHANNELS, typename SampleIteratorT , typename CounterT , typename LevelT , typename OffsetT >
static HIPCUB_RUNTIME_FUNCTION hipError_t MultiHistogramEven (void *d_temp_storage, size_t &temp_storage_bytes, SampleIteratorT d_samples, CounterT *d_histogram[NUM_ACTIVE_CHANNELS], int num_levels[NUM_ACTIVE_CHANNELS], LevelT lower_level[NUM_ACTIVE_CHANNELS], LevelT upper_level[NUM_ACTIVE_CHANNELS], OffsetT num_row_pixels, OffsetT num_rows, size_t row_stride_bytes, hipStream_t stream=0, bool debug_synchronous=false)
 
template<typename SampleIteratorT , typename CounterT , typename LevelT , typename OffsetT >
static HIPCUB_RUNTIME_FUNCTION hipError_t HistogramRange (void *d_temp_storage, size_t &temp_storage_bytes, SampleIteratorT d_samples, CounterT *d_histogram, int num_levels, LevelT *d_levels, OffsetT num_samples, hipStream_t stream=0, bool debug_synchronous=false)
 
template<typename SampleIteratorT , typename CounterT , typename LevelT , typename OffsetT >
static HIPCUB_RUNTIME_FUNCTION hipError_t HistogramRange (void *d_temp_storage, size_t &temp_storage_bytes, SampleIteratorT d_samples, CounterT *d_histogram, int num_levels, LevelT *d_levels, OffsetT num_row_samples, OffsetT num_rows, size_t row_stride_bytes, hipStream_t stream=0, bool debug_synchronous=false)
 
template<int NUM_CHANNELS, int NUM_ACTIVE_CHANNELS, typename SampleIteratorT , typename CounterT , typename LevelT , typename OffsetT >
static HIPCUB_RUNTIME_FUNCTION hipError_t MultiHistogramRange (void *d_temp_storage, size_t &temp_storage_bytes, SampleIteratorT d_samples, CounterT *d_histogram[NUM_ACTIVE_CHANNELS], int num_levels[NUM_ACTIVE_CHANNELS], LevelT *d_levels[NUM_ACTIVE_CHANNELS], OffsetT num_pixels, hipStream_t stream=0, bool debug_synchronous=false)
 
template<int NUM_CHANNELS, int NUM_ACTIVE_CHANNELS, typename SampleIteratorT , typename CounterT , typename LevelT , typename OffsetT >
static HIPCUB_RUNTIME_FUNCTION hipError_t MultiHistogramRange (void *d_temp_storage, size_t &temp_storage_bytes, SampleIteratorT d_samples, CounterT *d_histogram[NUM_ACTIVE_CHANNELS], int num_levels[NUM_ACTIVE_CHANNELS], LevelT *d_levels[NUM_ACTIVE_CHANNELS], OffsetT num_row_pixels, OffsetT num_rows, size_t row_stride_bytes, hipStream_t stream=0, bool debug_synchronous=false)
 
template<typename SampleIteratorT , typename CounterT , typename LevelT , typename OffsetT >
static HIPCUB_RUNTIME_FUNCTION hipError_t HistogramEven (void *d_temp_storage, size_t &temp_storage_bytes, SampleIteratorT d_samples, CounterT *d_histogram, int num_levels, LevelT lower_level, LevelT upper_level, OffsetT num_samples, hipStream_t stream=0, bool debug_synchronous=false)
 
template<typename SampleIteratorT , typename CounterT , typename LevelT , typename OffsetT >
static HIPCUB_RUNTIME_FUNCTION hipError_t HistogramEven (void *d_temp_storage, size_t &temp_storage_bytes, SampleIteratorT d_samples, CounterT *d_histogram, int num_levels, LevelT lower_level, LevelT upper_level, OffsetT num_row_samples, OffsetT num_rows, size_t row_stride_bytes, hipStream_t stream=0, bool debug_synchronous=false)
 
template<int NUM_CHANNELS, int NUM_ACTIVE_CHANNELS, typename SampleIteratorT , typename CounterT , typename LevelT , typename OffsetT >
static HIPCUB_RUNTIME_FUNCTION hipError_t MultiHistogramEven (void *d_temp_storage, size_t &temp_storage_bytes, SampleIteratorT d_samples, CounterT *d_histogram[NUM_ACTIVE_CHANNELS], int num_levels[NUM_ACTIVE_CHANNELS], LevelT lower_level[NUM_ACTIVE_CHANNELS], LevelT upper_level[NUM_ACTIVE_CHANNELS], OffsetT num_pixels, hipStream_t stream=0, bool debug_synchronous=false)
 
template<int NUM_CHANNELS, int NUM_ACTIVE_CHANNELS, typename SampleIteratorT , typename CounterT , typename LevelT , typename OffsetT >
static HIPCUB_RUNTIME_FUNCTION hipError_t MultiHistogramEven (void *d_temp_storage, size_t &temp_storage_bytes, SampleIteratorT d_samples, CounterT *d_histogram[NUM_ACTIVE_CHANNELS], int num_levels[NUM_ACTIVE_CHANNELS], LevelT lower_level[NUM_ACTIVE_CHANNELS], LevelT upper_level[NUM_ACTIVE_CHANNELS], OffsetT num_row_pixels, OffsetT num_rows, size_t row_stride_bytes, hipStream_t stream=0, bool debug_synchronous=false)
 
template<typename SampleIteratorT , typename CounterT , typename LevelT , typename OffsetT >
static HIPCUB_RUNTIME_FUNCTION hipError_t HistogramRange (void *d_temp_storage, size_t &temp_storage_bytes, SampleIteratorT d_samples, CounterT *d_histogram, int num_levels, LevelT *d_levels, OffsetT num_samples, hipStream_t stream=0, bool debug_synchronous=false)
 
template<typename SampleIteratorT , typename CounterT , typename LevelT , typename OffsetT >
static HIPCUB_RUNTIME_FUNCTION hipError_t HistogramRange (void *d_temp_storage, size_t &temp_storage_bytes, SampleIteratorT d_samples, CounterT *d_histogram, int num_levels, LevelT *d_levels, OffsetT num_row_samples, OffsetT num_rows, size_t row_stride_bytes, hipStream_t stream=0, bool debug_synchronous=false)
 
template<int NUM_CHANNELS, int NUM_ACTIVE_CHANNELS, typename SampleIteratorT , typename CounterT , typename LevelT , typename OffsetT >
static HIPCUB_RUNTIME_FUNCTION hipError_t MultiHistogramRange (void *d_temp_storage, size_t &temp_storage_bytes, SampleIteratorT d_samples, CounterT *d_histogram[NUM_ACTIVE_CHANNELS], int num_levels[NUM_ACTIVE_CHANNELS], LevelT *d_levels[NUM_ACTIVE_CHANNELS], OffsetT num_pixels, hipStream_t stream=0, bool debug_synchronous=false)
 
template<int NUM_CHANNELS, int NUM_ACTIVE_CHANNELS, typename SampleIteratorT , typename CounterT , typename LevelT , typename OffsetT >
static HIPCUB_RUNTIME_FUNCTION hipError_t MultiHistogramRange (void *d_temp_storage, size_t &temp_storage_bytes, SampleIteratorT d_samples, CounterT *d_histogram[NUM_ACTIVE_CHANNELS], int num_levels[NUM_ACTIVE_CHANNELS], LevelT *d_levels[NUM_ACTIVE_CHANNELS], OffsetT num_row_pixels, OffsetT num_rows, size_t row_stride_bytes, hipStream_t stream=0, bool debug_synchronous=false)
 

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