-
Notifications
You must be signed in to change notification settings - Fork 574
Multi-gpu KNN build for UMAP using all-neighbors API #6654
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
Merged
rapids-bot
merged 41 commits into
rapidsai:branch-25.06
from
jinsolp:umap-use-all-neighbors
May 29, 2025
Merged
Changes from 25 commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
39353cf
using all-neighbors from umap
jinsolp f7f580c
Merge branch 'branch-25.06' into umap-use-all-neighbors
jinsolp 79cb4f3
pytest
jinsolp 888dd7a
Merge branch 'umap-use-all-neighbors' of https://github.com/jinsolp/c…
jinsolp 79960e1
addressing review
jinsolp 34ea7e5
Merge branch 'branch-25.06' into umap-use-all-neighbors
jinsolp c627328
doc
jinsolp 6a9f4ec
Merge branch 'branch-25.06' into umap-use-all-neighbors
jinsolp 71a0bdf
comments
jinsolp f8ff1bb
Merge branch 'branch-25.06' into umap-use-all-neighbors
jinsolp 3c9d340
Merge branch 'rapidsai:branch-25.06' into umap-use-all-neighbors
jinsolp 1dae103
throwing error for n_clusters < 1
jinsolp c277f0f
comments
jinsolp 9f6209c
Merge branch 'branch-25.06' into umap-use-all-neighbors
jinsolp 1c5d238
tests
jinsolp 1d7dccb
translate old params
jinsolp 460c07a
Merge branch 'branch-25.06' into umap-use-all-neighbors
jinsolp 0d1eb99
pin branch for testing
jinsolp 9ffee27
deprecation warning and translation
jinsolp 3d56d0b
Merge branch 'branch-25.06' into umap-use-all-neighbors
jinsolp b475e96
diff name declaration
jinsolp eb663d9
Merge branch 'umap-use-all-neighbors' of https://github.com/jinsolp/c…
jinsolp 617233f
rev
jinsolp 19b7e02
Merge branch 'branch-25.06' into umap-use-all-neighbors
jinsolp a002c3f
Merge branch 'branch-25.06' into umap-use-all-neighbors
jinsolp 187cc73
back to non-breaking
jinsolp 7417dfa
Merge branch 'umap-use-all-neighbors' of https://github.com/jinsolp/c…
jinsolp e2eb185
test kwds
jinsolp 6a46378
Merge branch 'branch-25.06' into umap-use-all-neighbors
jinsolp 006d8c6
Merge branch 'branch-25.06' into umap-use-all-neighbors
jinsolp e5dc732
revert cmake
jinsolp 2ead5e7
revert cmake
jinsolp fcf45b2
Merge branch 'branch-25.06' into umap-use-all-neighbors
jinsolp e2b6b22
docs
jinsolp b8282b3
Merge branch 'branch-25.06' into umap-use-all-neighbors
jinsolp 160708f
empty commit
jinsolp e05ffc1
Merge branch 'umap-use-all-neighbors' of https://github.com/jinsolp/c…
jinsolp ba2e4d9
change nearest_clusters->overlap_factor
jinsolp 8195cab
deprecation putting data on host
jinsolp 6d8662f
newline
jinsolp 839e0ad
fix wording
jinsolp 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 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
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
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
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
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
Oops, something went wrong.
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.
revert theses