OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
cub::DispatchRadixSort< IS_DESCENDING, KeyT, ValueT, OffsetT >::PassConfig< UpsweepKernelT, ScanKernelT, DownsweepKernelT > Struct Template Reference

Pass configuration structure. More...

Detailed Description

template<bool IS_DESCENDING, typename KeyT, typename ValueT, typename OffsetT>
template<typename UpsweepKernelT, typename ScanKernelT, typename DownsweepKernelT>
struct cub::DispatchRadixSort< IS_DESCENDING, KeyT, ValueT, OffsetT >::PassConfig< UpsweepKernelT, ScanKernelT, DownsweepKernelT >

Pass configuration structure.

Definition at line 1034 of file dispatch_radix_sort.cuh.

Public Member Functions

template<typename UpsweepPolicyT , typename ScanPolicyT , typename DownsweepPolicyT >
CUB_RUNTIME_FUNCTION __forceinline__ cudaError_t InitPassConfig (UpsweepKernelT upsweep_kernel, ScanKernelT scan_kernel, DownsweepKernelT downsweep_kernel, int ptx_version, int sm_count, int num_items)
 Initialize pass configuration.
 

Data Fields

UpsweepKernelT upsweep_kernel
 
KernelConfig upsweep_config
 
ScanKernelT scan_kernel
 
KernelConfig scan_config
 
DownsweepKernelT downsweep_kernel
 
KernelConfig downsweep_config
 
int radix_bits
 
int radix_digits
 
int max_downsweep_grid_size
 
GridEvenShare< OffsetTeven_share
 

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