Commit 85da64b
Implement release threshold configuration for DeviceMemoryResource performance optimization (#875)
* Initial plan
* Implement release threshold configuration for DeviceMemoryResource performance optimization
Co-authored-by: leofang <5534781+leofang@users.noreply.github.com>
* Add performance demo for DeviceMemoryResource release threshold optimization
Co-authored-by: leofang <5534781+leofang@users.noreply.github.com>
* Fix linting issues and format code with ruff
Co-authored-by: leofang <5534781+leofang@users.noreply.github.com>
* Remove try-except wrapper and performance demo per code review feedback
Co-authored-by: leofang <5534781+leofang@users.noreply.github.com>
* Add release note for DeviceMemoryResource performance optimization
Co-authored-by: leofang <5534781+leofang@users.noreply.github.com>
* Add skip decorator for mempool support check in device memory test
Co-authored-by: leofang <5534781+leofang@users.noreply.github.com>
* Address code review feedback: move skip logic, add docstring note, update release note
Co-authored-by: kkraus14 <3665167+kkraus14@users.noreply.github.com>
* Remove verbose docstring Notes section per code review feedback
Co-authored-by: leofang <5534781+leofang@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: leofang <5534781+leofang@users.noreply.github.com>
Co-authored-by: kkraus14 <3665167+kkraus14@users.noreply.github.com>1 parent ee16510 commit 85da64b
File tree
3 files changed
+45
-1
lines changed- cuda_core
- cuda/core/experimental
- docs/source/release
- tests
3 files changed
+45
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
326 | 326 | | |
327 | 327 | | |
328 | 328 | | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
329 | 346 | | |
330 | 347 | | |
331 | 348 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
257 | 257 | | |
258 | 258 | | |
259 | 259 | | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
0 commit comments