OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
cub::DispatchScan< InputIteratorT, OutputIteratorT, ScanOpT, InitValueT, OffsetT >::KernelConfig Struct Reference

Detailed Description

template<typename InputIteratorT, typename OutputIteratorT, typename ScanOpT, typename InitValueT, typename OffsetT>
struct cub::DispatchScan< InputIteratorT, OutputIteratorT, ScanOpT, InitValueT, OffsetT >::KernelConfig

Kernel kernel dispatch configuration.

Definition at line 352 of file dispatch_scan.cuh.

Public Member Functions

template<typename PolicyT >
CUB_RUNTIME_FUNCTION __forceinline__ void Init ()
 

Data Fields

int block_threads
 
int items_per_thread
 
int tile_items
 

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