-
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
remove faiss from cuml #5293
Merged
Merged
remove faiss from cuml #5293
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
4f66867
Tests seem to pass w/ the new compiled bits
cjnolet 957bd1c
Merge branch 'branch-23.04' into imp-2306-using_raft_compiled_target
cjnolet 083f667
Reverting changes to dependencies.yaml
cjnolet 0abad43
Update cpp/CMakeLists.txt
cjnolet ef2d8ee
Fixing bad merge
cjnolet 16d39fe
Temporarily using artifacts from commit
cjnolet 241171b
Using correct path
cjnolet 30e531f
Something got reverted. Fixing
cjnolet 3ee94da
Adding cuml_use_faiss_static option back in
cjnolet 2db2603
Adding CUML_USE_RAFT_NN back
cjnolet 3578b83
Turning USE_RAFT_NN on in the proper place
cjnolet e567150
Fixing get_raft
cjnolet 6ad3f12
remove faiss from cuml
benfred 4c3ce76
fix get_raft
benfred f850e93
Merge branch 'branch-23.04' into remove_faiss
benfred b7c5f2f
Use device inline epilogue
benfred bed5213
Merge branch 'branch-23.04' into remove_faiss
cjnolet 71185fb
Add note about exposing more metrics to hdbscan
benfred 8b39d92
Merge branch 'remove_faiss' of github.com:benfred/cuml into remove_faiss
benfred 6002077
Merge branch 'branch-23.04' into remove_faiss
benfred f3a1543
remove 'k' param from brute_force::knn code
benfred 3557be1
Merge branch 'remove_faiss' of github.com:benfred/cuml into remove_faiss
benfred File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.
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.
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.
Yay!!!