OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
cub::DipatchHistogram< NUM_CHANNELS, NUM_ACTIVE_CHANNELS, SampleIteratorT, CounterT, LevelT, OffsetT >::TScale< NOMINAL_ITEMS_PER_THREAD > Struct Template Reference

Detailed Description

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.

Public Types

enum  { V_SCALE = (sizeof(SampleT) + sizeof(int) - 1) / sizeof(int) , VALUE = CUB_MAX((NOMINAL_ITEMS_PER_THREAD / NUM_ACTIVE_CHANNELS / V_SCALE), 1) }
 

Member Enumeration Documentation

◆ anonymous enum

template<int NUM_CHANNELS, int NUM_ACTIVE_CHANNELS, typename SampleIteratorT , typename CounterT , typename LevelT , typename OffsetT >
template<int NOMINAL_ITEMS_PER_THREAD>
anonymous enum

Definition at line 335 of file dispatch_histogram.cuh.


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