hipCUB
Classes
block_radix_rank.hpp File Reference

hipcub::BlockRadixRank provides operations for ranking unsigned integer types within a CUDA thread block More...

#include <stdint.h>
#include "../../../config.hpp"
#include "../../../util_type.hpp"
#include "../../../util_ptx.hpp"
#include "../block/block_scan.hpp"
#include "../block/radix_rank_sort_operations.hpp"
#include "../thread/thread_reduce.hpp"
#include "../thread/thread_scan.hpp"
#include <rocprim/block/block_radix_rank.hpp>
Include dependency graph for block_radix_rank.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  detail::DigitExtractorAdopter< DigitExtractorT, UnsignedBits, RADIX_BITS, IS_DESCENDING >
 
class  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. More...
 
class  BlockRadixRankMatch< BLOCK_DIM_X, RADIX_BITS, IS_DESCENDING, INNER_SCAN_ALGORITHM, BLOCK_DIM_Y, BLOCK_DIM_Z, ARCH >
 Radix-rank using match.any. More...
 

Detailed Description

hipcub::BlockRadixRank provides operations for ranking unsigned integer types within a CUDA thread block