-
Notifications
You must be signed in to change notification settings - Fork 198
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 #1136
Merged
ajschmidt8
merged 6 commits into
rapidsai:branch-22.10
from
shwina:update-cuda-python-dep
Oct 26, 2022
Merged
HOTFIX: Update cuda-python dependency to 11.7.1 #1136
ajschmidt8
merged 6 commits into
rapidsai:branch-22.10
from
shwina:update-cuda-python-dep
Oct 26, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
galipremsagar
approved these changes
Oct 25, 2022
galipremsagar
added
the
! - Hotfix
Hotfix is a bug that affects the majority of users for which there is no reasonable workaround
label
Oct 25, 2022
ajschmidt8
added
non-breaking
Non-breaking change
improvement
Improvement / enhancement to an existing function
labels
Oct 25, 2022
For CI to pass, we would need to backport #1130. |
bdice
reviewed
Oct 25, 2022
@@ -39,15 +39,12 @@ RMM can be installed with Conda ([miniconda](https://conda.io/miniconda.html), o | |||
[Anaconda distribution](https://www.anaconda.com/download)) from the `rapidsai` channel: | |||
|
|||
```bash | |||
# for CUDA 11.5 |
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.
@shwina I updated this -- I'm going to go ahead and make similar changes for other repos if you don't mind.
bdice
approved these changes
Oct 25, 2022
harrism
approved these changes
Oct 26, 2022
ajschmidt8
approved these changes
Oct 26, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
! - Hotfix
Hotfix is a bug that affects the majority of users for which there is no reasonable workaround
conda
improvement
Improvement / enhancement to an existing function
non-breaking
Non-breaking change
Python
Related to RMM Python API
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This should resolve a segfault we are seeing with
cuda-python=11.7.0
(rapidsai/cudf#11941).