OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
cub::DeviceRadixSortPolicy< KeyT, ValueT, OffsetT > Struct Template Reference

< Signed integer type for global offsets More...

Detailed Description

template<typename KeyT, typename ValueT, typename OffsetT>
struct cub::DeviceRadixSortPolicy< KeyT, ValueT, OffsetT >

< Signed integer type for global offsets

Tuning policy for kernel specialization

Definition at line 493 of file dispatch_radix_sort.cuh.

+ Inheritance diagram for cub::DeviceRadixSortPolicy< KeyT, ValueT, OffsetT >:

Data Structures

struct  Policy200
 SM20. More...
 
struct  Policy300
 SM30. More...
 
struct  Policy350
 SM35. More...
 
struct  Policy500
 SM50. More...
 
struct  Policy600
 SM60 (GP100) More...
 
struct  Policy610
 SM61 (GP104) More...
 
struct  Policy620
 SM62 (Tegra, less RF) More...
 
struct  Policy700
 SM70 (GV100) More...
 

Public Types

enum  { KEYS_ONLY = (Equals<ValueT, NullType>::VALUE) }
 
typedef If<(sizeof(ValueT) > 4) &&(sizeof(KeyT)< sizeof(ValueT)), ValueT, KeyT >::Type DominantT
 
typedef Policy700 MaxPolicy
 MaxPolicy.
 

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