Commit 0e94f6d
authored
Change cuco::extent type usage from size_type to size_t (#23259)
Changes usages of `cuco::extent` to use `std::size_t` type instead of `cudf::size_type` to ensure slot indices do not overflow int.
Follow on to #23236 -- PR fixes a couple more places that match this though they do not currently manifest any errors.
Authors:
- David Wendt (https://github.com/davidwendt)
Approvers:
- Bradley Dice (https://github.com/bdice)
- Paul Mattione (https://github.com/pmattione-nvidia)
URL: #232591 parent 69f13f4 commit 0e94f6d
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
682 | 682 | | |
683 | 683 | | |
684 | 684 | | |
685 | | - | |
| 685 | + | |
686 | 686 | | |
687 | 687 | | |
688 | 688 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
| 136 | + | |
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| |||
0 commit comments