Commit cb110e6
Adds support for large number of items and large number of segments to
* fixes segment offset generation
* switches to analytical verification
* switches to analytical verification for pairs
* addresses review comments
* introduces segment offset type
* adds tests for large number of segments
* adds support for large number of segments
* drops segment offset type
* fixes thrust namespace
* removes about-to-be-deprecated cub iterators
* no exec specifier on defaulted ctor
* fixes gcc7 linker error
* uses local_segment_index_t throughout
* determine offset type based on type returned by segment iterator begin/end iterators
* minor style improvementsDeviceSegmentedSort (NVIDIA#3308)1 parent 834ab8e commit cb110e6
File tree
4 files changed
+4
-11
lines changed- cub
- cub/device/dispatch
- test
4 files changed
+4
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
64 | | - | |
65 | 63 | | |
66 | 64 | | |
67 | 65 | | |
| |||
960 | 958 | | |
961 | 959 | | |
962 | 960 | | |
963 | | - | |
| 961 | + | |
964 | 962 | | |
965 | 963 | | |
966 | 964 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
115 | | - | |
116 | 115 | | |
117 | 116 | | |
118 | 117 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
181 | | - | |
182 | | - | |
183 | 181 | | |
184 | 182 | | |
185 | 183 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
202 | | - | |
203 | | - | |
204 | 202 | | |
205 | 203 | | |
206 | 204 | | |
| |||
0 commit comments