Skip to content

Commit

Permalink
Update block_radix_rank.cuh
Browse files Browse the repository at this point in the history
This fixes #2735
  • Loading branch information
esoha-nvidia authored Nov 7, 2024
1 parent de599fa commit 7dc6026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cub/cub/block/block_radix_rank.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ struct warp_in_block_matcher_t<Bits, 0, PartialWarpId>
//!
//! // Specialize BlockRadixRank for a 1D block of 2 threads
//! // Specialize BlockRadixRank for a 1D block of 2 threads
//! using block_radix_rank = cub::BlockRadixRank<block_threads, radix_bits>;
//! using block_radix_rank = cub::BlockRadixRank<block_threads, radix_bits, false>;
//! using storage_t = typename block_radix_rank::TempStorage;
//!
//! // Allocate shared memory for BlockRadixSort
Expand Down

0 comments on commit 7dc6026

Please sign in to comment.