Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #258 from fkallen/radix_sort_num_items_fix
Browse files Browse the repository at this point in the history
Use data type OffsetT for DispatchRadixSort correctly in InitPassConfig
  • Loading branch information
alliepiper authored Jan 22, 2021
2 parents caa350b + 767dadb commit 8128ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cub/device/dispatch/dispatch_radix_sort.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -1216,7 +1216,7 @@ struct DispatchRadixSort :
DownsweepKernelT downsweep_kernel,
int ptx_version,
int sm_count,
int num_items)
OffsetT num_items)
{
cudaError error = cudaSuccess;
do
Expand Down

0 comments on commit 8128ac8

Please sign in to comment.