-
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
Fix parsing of device by UUID #780
Conversation
Codecov Report
@@ Coverage Diff @@
## branch-21.12 #780 +/- ##
===============================================
Coverage ? 89.41%
===============================================
Files ? 15
Lines ? 1984
Branches ? 0
===============================================
Hits ? 1774
Misses ? 210
Partials ? 0 Continue to review full report at Codecov.
|
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.
Looks good @pentschev, have some minor suggestions
rerun tests |
Thanks @madsbk for the review! |
@gpucibot merge |
With this change, specifying GPUs via their UUIDs in
CUDA_VISIBLE_DEVICES
should work again. Add tests forLocalCUDACluster
/dask-cuda-worker
.