OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
cub::DispatchSegmentedRadixSort< IS_DESCENDING, KeyT, ValueT, OffsetIteratorT, OffsetT >::PassConfig< SegmentedKernelT > Struct Template Reference

PassConfig data structure. More...

Detailed Description

template<bool IS_DESCENDING, typename KeyT, typename ValueT, typename OffsetIteratorT, typename OffsetT>
template<typename SegmentedKernelT>
struct cub::DispatchSegmentedRadixSort< IS_DESCENDING, KeyT, ValueT, OffsetIteratorT, OffsetT >::PassConfig< SegmentedKernelT >

PassConfig data structure.

Definition at line 1429 of file dispatch_radix_sort.cuh.

Public Member Functions

template<typename SegmentedPolicyT >
CUB_RUNTIME_FUNCTION __forceinline__ cudaError_t InitPassConfig (SegmentedKernelT segmented_kernel)
 Initialize pass configuration.
 

Data Fields

SegmentedKernelT segmented_kernel
 
KernelConfig segmented_config
 
int radix_bits
 
int radix_digits
 

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