-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make Dask CUDA work with the new WorkerMemoryManager abstraction #870
Make Dask CUDA work with the new WorkerMemoryManager abstraction #870
Conversation
w.memory_target_fraction = 1 | ||
await w.memory_monitor() | ||
w.memory_manager.memory_limit = memory - 10 ** 8 | ||
w.memory_manager.memory_target_fraction = 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This doesn't work: dask/distributed#5367
requirements.txt mentions |
Implement `DeviceHostFile.evict()`
rerun tests |
1 similar comment
rerun tests |
Codecov Report
@@ Coverage Diff @@
## branch-22.04 #870 +/- ##
===============================================
Coverage ? 89.49%
===============================================
Files ? 16
Lines ? 2094
Branches ? 0
===============================================
Hits ? 1874
Misses ? 220
Partials ? 0 Continue to review full report at Codecov.
|
rerun tests |
rerun tests |
rerun tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All tests passing now, thanks @shwina for the work here!
@gpucibot merge |
This PR updates dask-cuda to work with the new
WorkerMemoryManager
abstraction being introduced in dask/distributed#5904. Once both PRs are merged, and pending the resolution of https://github.com/dask/distributed/pull/5904/files#r822084806, dask-cuda CI should be unblocked.