Commit 63e0a0f
authored
[Thrust] Increase static workspace size (#16937)
This PR increases the thrust workspace size, since in practice
we found that the current workspace size can still be insufficient.
Thrust sort may require larger workspace when the number of elements
being sorted is large (e.g., in Llama3 that is 128k).1 parent 3ff3daa commit 63e0a0f
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
230 | | - | |
| 230 | + | |
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
236 | | - | |
| 236 | + | |
237 | 237 | | |
238 | 238 | | |
239 | 239 | | |
| |||
0 commit comments