Build CUDA 11.8 and Python 3.10 Packages#5120
Merged
rapids-bot[bot] merged 38 commits intorapidsai:branch-23.02from Jan 30, 2023
Merged
Build CUDA 11.8 and Python 3.10 Packages#5120rapids-bot[bot] merged 38 commits intorapidsai:branch-23.02from
rapids-bot[bot] merged 38 commits intorapidsai:branch-23.02from
Conversation
this commit updates the `faiss` version to be compatible with CUDA `11.8` builds
this commit reverts the previous changes since they will be addressed in a separate PR
… accepting device_resources everywhere
…` will have to be explicitly included. This is also going to be important for the future changes to RAFT as eventually each header will only be including the resources it needs.
…emove_raft_abs_redefinition
…ition' into bug-2302-remove_raft_abs_redefinition
…ition' into bug-2302-remove_raft_abs_redefinition
…device_resources_changes
…evice_resources_changes
…evice_resources_changes
dantegd
approved these changes
Jan 26, 2023
Codecov ReportBase: 69.26% // Head: 68.76% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## branch-23.02 #5120 +/- ##
================================================
- Coverage 69.26% 68.76% -0.51%
================================================
Files 192 192
Lines 12333 12396 +63
================================================
- Hits 8543 8524 -19
- Misses 3790 3872 +82
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. |
ajschmidt8
approved these changes
Jan 30, 2023
Comment on lines
+95
to
+96
| FORK cjnolet | ||
| PINNED_TAG imp-2302-raft_device_resources |
Member
Member
There was a problem hiding this comment.
I think we can revert it in a follow up, but will wait on @cjnolet input
Member
There was a problem hiding this comment.
I can open another PR in a follow-up, that way we can unblock other things in the meantime.
Member
|
/merge |
Contributor
Author
|
Thanks to all the folks who chipped in on this PR -- much appreciated! |
jakirkham
pushed a commit
to jakirkham/cuml
that referenced
this pull request
Feb 27, 2023
This PR updates `cuml` to build against branch [cuda-118](https://github.com/rapidsai/shared-action-workflows/compare/cuda-118) of the `shared-action-workflow` repository. That branch contains updates for CUDA 11.8 and Python 3.10 packages. It also includes some minor file renames. Depends on rapidsai/raft#1120 Authors: - Bradley Dice (https://github.com/bdice) - Corey J. Nolet (https://github.com/cjnolet) - AJ Schmidt (https://github.com/ajschmidt8) - Micka (https://github.com/lowener) - Dante Gama Dessavre (https://github.com/dantegd) - William Hicks (https://github.com/wphicks) - Victor Lafargue (https://github.com/viclafargue) Approvers: - Dante Gama Dessavre (https://github.com/dantegd) - AJ Schmidt (https://github.com/ajschmidt8) URL: rapidsai#5120
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 PR updates
cumlto build against branch cuda-118 of theshared-action-workflowrepository.That branch contains updates for CUDA 11.8 and Python 3.10 packages.
It also includes some minor file renames.
Depends on rapidsai/raft#1120