-
Notifications
You must be signed in to change notification settings - Fork 548
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
[HOTFIX] Update cuda-python dependency to 11.7.1 #4948
Conversation
Reorder channels.
This PR is a mirror of #4948 for `22.12` to unblock CI Authors: - GALI PREM SAGAR (https://github.com/galipremsagar) - Ashwin Srinath (https://github.com/shwina) - Bradley Dice (https://github.com/bdice) Approvers: - AJ Schmidt (https://github.com/ajschmidt8) - Dante Gama Dessavre (https://github.com/dantegd) URL: #4961
rerun tests |
Codecov ReportBase: 79.38% // Head: 79.38% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## branch-22.10 #4948 +/- ##
=============================================
Coverage 79.38% 79.38%
=============================================
Files 181 181
Lines 11540 11540
=============================================
Hits 9161 9161
Misses 2379 2379
Flags with carried forward coverage won't be shown. Click here to find out more. Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
This should resolve a segfault we are seeing with `cuda-python=11.7.0` (rapidsai/cudf#11941). Authors: - Ashwin Srinath (https://github.com/shwina) - Bradley Dice (https://github.com/bdice) Approvers: - GALI PREM SAGAR (https://github.com/galipremsagar) - Bradley Dice (https://github.com/bdice) - Dante Gama Dessavre (https://github.com/dantegd) - Ray Douglass (https://github.com/raydouglass)
This PR is a mirror of rapidsai#4948 for `22.12` to unblock CI Authors: - GALI PREM SAGAR (https://github.com/galipremsagar) - Ashwin Srinath (https://github.com/shwina) - Bradley Dice (https://github.com/bdice) Approvers: - AJ Schmidt (https://github.com/ajschmidt8) - Dante Gama Dessavre (https://github.com/dantegd) URL: rapidsai#4961
This should resolve a segfault we are seeing with
cuda-python=11.7.0
(rapidsai/cudf#11941).