Skip to main content
hipcub/block/block_radix_rank.hpp Source File
hipcub/block/block_radix_rank.hpp Source File
hipCUB: hipcub/block/block_radix_rank.hpp Source File
30 #ifndef HIPCUB_BLOCK_BLOCK_RADIX_RANK_HPP_
31 #define HIPCUB_BLOCK_BLOCK_RADIX_RANK_HPP_
33 #include "block_scan.hpp"
34 #include "../thread/thread_scan.hpp"
35 #include "../thread/thread_reduce.hpp"
37 #ifdef __HIP_PLATFORM_AMD__
38 #include "../backend/rocprim/block/block_radix_rank.hpp"
39 #elif defined(__HIP_PLATFORM_NVIDIA__)
40 #include "../config.hpp"
41 #include <cub/block/block_radix_rank.cuh>