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

SM35. More...

Detailed Description

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

SM35.

Definition at line 606 of file dispatch_radix_sort.cuh.

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

Public Types

enum  { PRIMARY_RADIX_BITS = (sizeof(KeyT) > 1) ? 6 : 5 }
 
typedef AgentScanPolicy< 1024, 4, BLOCK_LOAD_VECTORIZE, LOAD_DEFAULT, BLOCK_STORE_VECTORIZE, BLOCK_SCAN_WARP_SCANSScanPolicy
 
typedef AgentRadixSortDownsweepPolicy< CUB_SCALED_GRANULARITIES(128, 9, DominantT), BLOCK_LOAD_WARP_TRANSPOSE, LOAD_LDG, RADIX_RANK_MATCH, BLOCK_SCAN_WARP_SCANS, PRIMARY_RADIX_BITS > DownsweepPolicyKeys
 
typedef AgentRadixSortDownsweepPolicy< CUB_SCALED_GRANULARITIES(64, 18, DominantT), BLOCK_LOAD_DIRECT, LOAD_LDG, RADIX_RANK_MEMOIZE, BLOCK_SCAN_WARP_SCANS, PRIMARY_RADIX_BITS - 1 > AltDownsweepPolicyKeys
 
typedef DownsweepPolicyKeys DownsweepPolicyPairs
 
typedef AgentRadixSortDownsweepPolicy< CUB_SCALED_GRANULARITIES(128, 15, DominantT), BLOCK_LOAD_DIRECT, LOAD_LDG, RADIX_RANK_MEMOIZE, BLOCK_SCAN_WARP_SCANS, PRIMARY_RADIX_BITS - 1 > AltDownsweepPolicyPairs
 
typedef If< KEYS_ONLY, DownsweepPolicyKeys, DownsweepPolicyPairs >::Type DownsweepPolicy
 
typedef If< KEYS_ONLY, AltDownsweepPolicyKeys, AltDownsweepPolicyPairs >::Type AltDownsweepPolicy
 
typedef DownsweepPolicy UpsweepPolicy
 
typedef AltDownsweepPolicy AltUpsweepPolicy
 
typedef DownsweepPolicy SingleTilePolicy
 
typedef DownsweepPolicy SegmentedPolicy
 
typedef AltDownsweepPolicy AltSegmentedPolicy
 
- Public Types inherited from cub::ChainedPolicy< 350, Policy350, Policy300 >
typedef If<(CUB_PTX_ARCH< PTX_VERSION), typename Policy300 ::ActivePolicy, Policy350 >::Type ActivePolicy
 The policy for the active compiler pass.
 

Additional Inherited Members

- Static Public Member Functions inherited from cub::ChainedPolicy< 350, Policy350, Policy300 >
CUB_RUNTIME_FUNCTION static __forceinline__ cudaError_t Invoke (int ptx_version, FunctorT &op)
 Specializes and dispatches op in accordance to the first policy in the chain of adequate PTX version.
 

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