Class Hierarchy

Class Hierarchy#

hipCUB: Class Hierarchy
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 Chipcub::ArgMax
 Chipcub::ArgMin
 Chipcub::BaseDigitExtractor< KeyT >Base struct for digit extractor. Contains common code to provide special handling for floating-point -0.0
 Chipcub::BFEDigitExtractor< KeyT >A wrapper type to extract digits. Uses the BFE intrinsic to extract a key from a digit
 Chipcub::ShiftDigitExtractor< KeyT >A wrapper type to extract digits. Uses a combination of shift and bitwise and to extract digits
 Crocprim::block_adjacent_difference
 Chipcub::BlockAdjacentDifference< T, BLOCK_DIM_X, BLOCK_DIM_Y, BLOCK_DIM_Z, ARCH >
 Crocprim::block_discontinuity
 Chipcub::BlockDiscontinuity< T, BLOCK_DIM_X, BLOCK_DIM_Y, BLOCK_DIM_Z, ARCH >
 Crocprim::block_exchange
 Chipcub::BlockExchange< InputT, BLOCK_DIM_X, ITEMS_PER_THREAD, WARP_TIME_SLICING, BLOCK_DIM_Y, BLOCK_DIM_Z, ARCH >
 Crocprim::block_histogram
 CBlockHistogram< T, BLOCK_DIM_X, ITEMS_PER_THREAD, BINS, ALGORITHM, BLOCK_DIM_Y, BLOCK_DIM_Z, ARCH >
 Crocprim::block_load
 Chipcub::BlockLoad< T, BLOCK_DIM_X, ITEMS_PER_THREAD, ALGORITHM, BLOCK_DIM_Y, BLOCK_DIM_Z, ARCH >
 Crocprim::block_radix_sort
 Chipcub::BlockRadixSort< KeyT, BLOCK_DIM_X, ITEMS_PER_THREAD, ValueT, RADIX_BITS, MEMOIZE_OUTER_SCAN, INNER_SCAN_ALGORITHM, SMEM_CONFIG, BLOCK_DIM_Y, BLOCK_DIM_Z, PTX_ARCH >
 Chipcub::block_raking_layout< T, BLOCK_THREADS, ARCH >BlockRakingLayout provides a conflict-free shared memory layout abstraction for 1D raking across thread block data
 Crocprim::block_reduce
 CBlockReduce< T, BLOCK_DIM_X, ALGORITHM, BLOCK_DIM_Y, BLOCK_DIM_Z, ARCH >
 Crocprim::block_scan
 Chipcub::BlockScan< T, BLOCK_DIM_X, ALGORITHM, BLOCK_DIM_Y, BLOCK_DIM_Z, ARCH >
 Crocprim::block_shuffle
 Chipcub::BlockShuffle< T, BLOCK_DIM_X, BLOCK_DIM_Y, BLOCK_DIM_Z, ARCH >
 Crocprim::block_store
 Chipcub::BlockStore< T, BLOCK_DIM_X, ITEMS_PER_THREAD, ALGORITHM, BLOCK_DIM_Y, BLOCK_DIM_Z, ARCH >
 Chipcub::CachingDeviceAllocator::BlockDescriptor
 Chipcub::BlockMergeSort< KeyT, BLOCK_DIM_X, ITEMS_PER_THREAD, ValueT, BLOCK_DIM_Y, BLOCK_DIM_Z >The BlockMergeSort class provides methods for sorting items partitioned across a CUDA thread block using a merge sorting method
 Chipcub::BlockRadixRank< BLOCK_DIM_X, RADIX_BITS, IS_DESCENDING, MEMOIZE_OUTER_SCAN, INNER_SCAN_ALGORITHM, SMEM_CONFIG, BLOCK_DIM_Y, BLOCK_DIM_Z, ARCH >BlockRadixRank provides operations for ranking unsigned integer types within a CUDA thread block
 Chipcub::BlockRadixRankMatch< BLOCK_DIM_X, RADIX_BITS, IS_DESCENDING, INNER_SCAN_ALGORITHM, BLOCK_DIM_Y, BLOCK_DIM_Z, ARCH >
 Chipcub::CacheModifiedInputIterator< MODIFIER, ValueType, OffsetT >
 Chipcub::CacheModifiedOutputIterator< MODIFIER, ValueType, OffsetT >
 Ccub::CachingDeviceAllocator
 Chipcub::CachingDeviceAllocator
 Chipcub::DeviceHistogram
 Chipcub::DeviceMergeSort
 Chipcub::DevicePartition
 Chipcub::DeviceRadixSort
 Chipcub::DeviceReduce
 Chipcub::DeviceRunLengthEncode
 Chipcub::DeviceScan
 Chipcub::DeviceSegmentedRadixSort
 Chipcub::DeviceSegmentedReduce
 Chipcub::DeviceSelect
 Chipcub::DeviceSpmv
 Chipcub::DiscardOutputIterator< OffsetT >A discard iterator
 Chipcub::DoubleBuffer< T >
 Chipcub::Equality
 Chipcub::GridBarrierGridBarrier implements a software global barrier among thread blocks within a hip grid
 Chipcub::GridBarrierLifetimeGridBarrierLifetime extends GridBarrier to provide lifetime management of the temporary device storage needed for cooperation
 Ccub::GridBarrierLifetime
 Chipcub::GridBarrierLifetimeGridBarrierLifetime extends GridBarrier to provide lifetime management of the temporary device storage needed for cooperation
 Chipcub::GridEvenShare< OffsetT >GridEvenShare is a descriptor utility for distributing input among CUDA thread blocks in an "even-share" fashion. Each thread block gets roughly the same number of input tiles
 Chipcub::GridQueue< OffsetT >GridQueue is a descriptor utility for dynamic queue management
 Chipcub::If< B, T, F >
 Chipcub::If<(hipSharedMemBankSizeFourByte==hipSharedMemBankSizeEightByte), unsigned long long, unsigned int >
 Chipcub::Inequality
 Chipcub::InequalityWrapper< EqualityOp >
 Chipcub::Int2Type< A >
 Chipcub::IsPointer< T >
 Chipcub::IsVolatile< T >
 Chipcub::Log2< N >
 Chipcub::Max
 Chipcub::Min
 Chipcub::PowerOfTwo< N >
 Chipcub::RadixSortTwiddle< IS_DESCENDING, KeyT >Twiddling keys for radix sort
 Chipcub::RemoveQualifiers< T >
 Chipcub::DeviceSpmv::SpmvParams< ValueT, OffsetT >< Signed integer type for sequence offsets
 Chipcub::Sum
 Crocprim::texture_cache_iterator
 Chipcub::TexRefInputIterator< ValueT, 66778899, OffsetT >
 Chipcub::TexObjInputIterator< T, OffsetT >
 Chipcub::TexRefInputIterator< T, UNIQUE_ID, OffsetT >
 Chipcub::CachingDeviceAllocator::TotalBytes
 Chipcub::Uninitialized< T >A storage-backing wrapper that allows types with non-trivial constructors to be aliased in unions
 Chipcub::Uninitialized< _TempStorage >
 Chipcub::BlockMergeSort< KeyT, BLOCK_DIM_X, ITEMS_PER_THREAD, ValueT, BLOCK_DIM_Y, BLOCK_DIM_Z >::TempStorage\smemstorage{BlockMergeSort}
 Chipcub::BlockRadixRank< BLOCK_DIM_X, RADIX_BITS, IS_DESCENDING, MEMOIZE_OUTER_SCAN, INNER_SCAN_ALGORITHM, SMEM_CONFIG, BLOCK_DIM_Y, BLOCK_DIM_Z, ARCH >::TempStorage\smemstorage{BlockScan}
 Chipcub::BlockRadixRankMatch< BLOCK_DIM_X, RADIX_BITS, IS_DESCENDING, INNER_SCAN_ALGORITHM, BLOCK_DIM_Y, BLOCK_DIM_Z, ARCH >::TempStorage\smemstorage{BlockScan}
 Chipcub::block_raking_layout< T, BLOCK_THREADS, ARCH >::TempStorageAlias wrapper allowing storage to be unioned
 Crocprim::warp_reduce
 Chipcub::WarpReduce< T, LOGICAL_WARP_THREADS, ARCH >
 Crocprim::warp_scan
 Chipcub::WarpScan< T, LOGICAL_WARP_THREADS, ARCH >