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

SM60 (GP100) More...

Detailed Description

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

SM60 (GP100)

Definition at line 672 of file dispatch_radix_sort.cuh.

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

Public Types

enum  { PRIMARY_RADIX_BITS = (sizeof(KeyT) > 1) ? 7 : 5, SINGLE_TILE_RADIX_BITS = (sizeof(KeyT) > 1) ? 6 : 5, SEGMENTED_RADIX_BITS = (sizeof(KeyT) > 1) ? 6 : 5 }
 
typedef AgentScanPolicy< 512, 23, BLOCK_LOAD_WARP_TRANSPOSE, LOAD_DEFAULT, BLOCK_STORE_WARP_TRANSPOSE, BLOCK_SCAN_RAKING_MEMOIZEScanPolicy
 
typedef AgentRadixSortDownsweepPolicy< CUB_SCALED_GRANULARITIES(256, 25, DominantT), BLOCK_LOAD_TRANSPOSE, LOAD_DEFAULT, RADIX_RANK_MATCH, BLOCK_SCAN_WARP_SCANS, PRIMARY_RADIX_BITS > DownsweepPolicy
 
typedef AgentRadixSortDownsweepPolicy< CUB_SCALED_GRANULARITIES(192, 39, DominantT), BLOCK_LOAD_TRANSPOSE, LOAD_DEFAULT, RADIX_RANK_MEMOIZE, BLOCK_SCAN_WARP_SCANS, PRIMARY_RADIX_BITS - 1 > AltDownsweepPolicy
 
typedef DownsweepPolicy UpsweepPolicy
 
typedef AltDownsweepPolicy AltUpsweepPolicy
 
typedef AgentRadixSortDownsweepPolicy< CUB_SCALED_GRANULARITIES(256, 19, DominantT), BLOCK_LOAD_DIRECT, LOAD_LDG, RADIX_RANK_MEMOIZE, BLOCK_SCAN_WARP_SCANS, SINGLE_TILE_RADIX_BITS > SingleTilePolicy
 
typedef AgentRadixSortDownsweepPolicy< CUB_SCALED_GRANULARITIES(192, 39, DominantT), BLOCK_LOAD_TRANSPOSE, LOAD_DEFAULT, RADIX_RANK_MEMOIZE, BLOCK_SCAN_WARP_SCANS, SEGMENTED_RADIX_BITS > SegmentedPolicy
 
typedef AgentRadixSortDownsweepPolicy< CUB_SCALED_GRANULARITIES(384, 11, DominantT), BLOCK_LOAD_TRANSPOSE, LOAD_DEFAULT, RADIX_RANK_MEMOIZE, BLOCK_SCAN_WARP_SCANS, SEGMENTED_RADIX_BITS - 1 > AltSegmentedPolicy
 
- Public Types inherited from cub::ChainedPolicy< 600, Policy600, Policy500 >
typedef If<(CUB_PTX_ARCH< PTX_VERSION), typename Policy500 ::ActivePolicy, Policy600 >::Type ActivePolicy
 The policy for the active compiler pass.
 

Additional Inherited Members

- Static Public Member Functions inherited from cub::ChainedPolicy< 600, Policy600, Policy500 >
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: