Skip to content

Commit

Permalink
trying global seg offset type
Browse files Browse the repository at this point in the history
  • Loading branch information
elstehle committed Jan 11, 2025
1 parent 87efa98 commit 0d89862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cub/cub/device/dispatch/dispatch_segmented_sort.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ namespace segmented_sort
// Type used to index within segments within a single invocation
using per_invocation_segment_offset_t = int;
// Type used for total number of segments and to index within segments globally
using global_segment_offset_t = ::cuda::std::int64_t;
using global_segment_offset_t = int;

template <typename Iterator, typename OffsetItT>
class OffsetIteratorT
Expand Down

0 comments on commit 0d89862

Please sign in to comment.