-
Notifications
You must be signed in to change notification settings - Fork 94
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
Set RAPIDS_NO_INITIALIZE at the top of CUDAWorker/LocalCUDACluster #379
Set RAPIDS_NO_INITIALIZE at the top of CUDAWorker/LocalCUDACluster #379
Conversation
fd87918
to
15abd71
Compare
Codecov Report
@@ Coverage Diff @@
## branch-0.15 #379 +/- ##
===============================================
- Coverage 60.13% 60.10% -0.03%
===============================================
Files 17 17
Lines 1342 1336 -6
===============================================
- Hits 807 803 -4
+ Misses 535 533 -2
Continue to review full report at Codecov.
|
@peter pointed out his problem probably happens because dask will import cuDF serialization code |
rerun tests |
Thanks Peter! 😄 |
Thanks for reviews everyone! 😄 |
Fix issue with dask-cuda-worker initializing on GPU 0 only.