SM62 (Tegra, less RF) More...
Inheritance diagram for cub::DeviceRadixSortPolicy< KeyT, ValueT, OffsetT >::Policy620:Public Types | |
| enum | { PRIMARY_RADIX_BITS = 5 , ALT_RADIX_BITS = PRIMARY_RADIX_BITS - 1 } |
| typedef AgentScanPolicy< 512, 23, BLOCK_LOAD_WARP_TRANSPOSE, LOAD_DEFAULT, BLOCK_STORE_WARP_TRANSPOSE, BLOCK_SCAN_RAKING_MEMOIZE > | ScanPolicy |
| typedef AgentRadixSortDownsweepPolicy< CUB_SCALED_GRANULARITIES(256, 16, DominantT), BLOCK_LOAD_TRANSPOSE, LOAD_DEFAULT, RADIX_RANK_MEMOIZE, BLOCK_SCAN_RAKING_MEMOIZE, PRIMARY_RADIX_BITS > | DownsweepPolicy |
| typedef AgentRadixSortDownsweepPolicy< CUB_SCALED_GRANULARITIES(256, 16, DominantT), BLOCK_LOAD_TRANSPOSE, LOAD_DEFAULT, RADIX_RANK_MEMOIZE, BLOCK_SCAN_RAKING_MEMOIZE, ALT_RADIX_BITS > | 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, PRIMARY_RADIX_BITS > | SingleTilePolicy |
| typedef DownsweepPolicy | SegmentedPolicy |
| typedef AltDownsweepPolicy | AltSegmentedPolicy |
Public Types inherited from cub::ChainedPolicy< 620, Policy620, Policy610 > | |
| typedef If<(CUB_PTX_ARCH< PTX_VERSION), typename PrevPolicyT::ActivePolicy, Policy620 >::Type | ActivePolicy |
| The policy for the active compiler pass. | |
Additional Inherited Members | |
Static Public Member Functions inherited from cub::ChainedPolicy< 620, Policy620, Policy610 > | |
| 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. | |
SM62 (Tegra, less RF)
Definition at line 731 of file dispatch_radix_sort.cuh.