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 >::KernelConfig Struct Reference

Detailed Description

template<int NUM_CHANNELS, int NUM_ACTIVE_CHANNELS, typename SampleIteratorT, typename CounterT, typename LevelT, typename OffsetT>
struct cub::DipatchHistogram< NUM_CHANNELS, NUM_ACTIVE_CHANNELS, SampleIteratorT, CounterT, LevelT, OffsetT >::KernelConfig

Kernel kernel dispatch configuration

Definition at line 499 of file dispatch_histogram.cuh.

Public Member Functions

template<typename BlockPolicy >
CUB_RUNTIME_FUNCTION __forceinline__ cudaError_t Init ()
 

Data Fields

int block_threads
 
int pixels_per_thread
 

Member Function Documentation

◆ Init()

template<int NUM_CHANNELS, int NUM_ACTIVE_CHANNELS, typename SampleIteratorT , typename CounterT , typename LevelT , typename OffsetT >
template<typename BlockPolicy >
CUB_RUNTIME_FUNCTION __forceinline__ cudaError_t cub::DipatchHistogram< NUM_CHANNELS, NUM_ACTIVE_CHANNELS, SampleIteratorT, CounterT, LevelT, OffsetT >::KernelConfig::Init ( )
inline

Definition at line 506 of file dispatch_histogram.cuh.

Field Documentation

◆ block_threads

template<int NUM_CHANNELS, int NUM_ACTIVE_CHANNELS, typename SampleIteratorT , typename CounterT , typename LevelT , typename OffsetT >
int cub::DipatchHistogram< NUM_CHANNELS, NUM_ACTIVE_CHANNELS, SampleIteratorT, CounterT, LevelT, OffsetT >::KernelConfig::block_threads

Definition at line 501 of file dispatch_histogram.cuh.

◆ pixels_per_thread

template<int NUM_CHANNELS, int NUM_ACTIVE_CHANNELS, typename SampleIteratorT , typename CounterT , typename LevelT , typename OffsetT >
int cub::DipatchHistogram< NUM_CHANNELS, NUM_ACTIVE_CHANNELS, SampleIteratorT, CounterT, LevelT, OffsetT >::KernelConfig::pixels_per_thread

Definition at line 502 of file dispatch_histogram.cuh.


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