-
Notifications
You must be signed in to change notification settings - Fork 540
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
Updating cuML to use consolidated RAFT libs #5272
Merged
rapids-bot
merged 22 commits into
rapidsai:branch-23.04
from
cjnolet:imp-2306-using_raft_compiled_target
Mar 23, 2023
Merged
Updating cuML to use consolidated RAFT libs #5272
rapids-bot
merged 22 commits into
rapidsai:branch-23.04
from
cjnolet:imp-2306-using_raft_compiled_target
Mar 23, 2023
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
cjnolet
added
5 - DO NOT MERGE
Hold off on merging; see PR for details
improvement
Improvement / enhancement to an existing function
non-breaking
Non-breaking change
labels
Mar 14, 2023
5 tasks
rapids-bot bot
pushed a commit
to rapidsai/raft
that referenced
this pull request
Mar 20, 2023
…#1333) Now that we no longer need to rely on the FAISS dependency, this PR: 1. Consolidates the `libraft-distance` and `libraft-nn` targets into a single `libraft` artifact 2. Introduces a new `raft::compiled` target to link against the new `libraft.so` binary. Removes `raft::distance`and `raft::nn` targets. 3. Consolidates `RAFT_DISTANCE_COMPILED` and `RAFT_NN_COMPILED` pre-processor vars into a single `RAFT_COMPILED` (to match similar pattern implementated by `spdlog`) 4. Consolidates `specializations.cuh` headers 5. Updates all docs, scripts, and build infra This change has been a long time coming and is intended to be a 23.04 feature. This is further going to require updates to several projects downstream. Here's a checklist to track that progress: - [x] offline announcement - [x] cuml rapidsai/cuml#5272 - [x] cugraph rapidsai/cugraph#3348 - [x] cuopt rapidsai/cuopt#1023 - [x] cugraph-ops rapidsai/cugraph-ops#429 This PR depended on #1340 (removing FAISS from the build) and on #1202 (replacing the FAISS bfknn w/ our own), both of which have been merged. Closes #824 Authors: - Corey J. Nolet (https://github.com/cjnolet) - Ben Frederickson (https://github.com/benfred) Approvers: - Sevag H (https://github.com/sevagh) - Divye Gala (https://github.com/divyegala) - Ben Frederickson (https://github.com/benfred) - Vyas Ramasubramani (https://github.com/vyasr) URL: #1333
dantegd
approved these changes
Mar 20, 2023
Co-authored-by: Dante Gama Dessavre <[email protected]>
ajschmidt8
approved these changes
Mar 20, 2023
/merge |
vyasr
reviewed
Mar 21, 2023
Co-authored-by: Charles Blackmon-Luca <[email protected]>
…let/cuml into imp-2306-using_raft_compiled_target
Update for folks who are waiting for this PR to be merged. This is currently blocked on rapidsai/raft#1365, which resolvesa couple Dask issues that appeared recently. Once that PR is merged, we should see a successful CI run of this PR and it'll be ready to merge. |
dantegd
approved these changes
Mar 23, 2023
…th a follow-on" This reverts commit cf69273.
/merge |
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
ci
CMake
conda
conda issue
CUDA/C++
Cython / Python
Cython or Python issue
improvement
Improvement / enhancement to an existing function
non-breaking
Non-breaking change
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 is intended to be merged in 23.06 w/ this PR: rapidsai/raft#1333.