-
Notifications
You must be signed in to change notification settings - Fork 184
Multi-GPU Batched KMeans #2017
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
Open
viclafargue
wants to merge
77
commits into
rapidsai:main
Choose a base branch
from
viclafargue:mg-batched-kmeans
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Multi-GPU Batched KMeans #2017
Changes from 8 commits
Commits
Show all changes
77 commits
Select commit
Hold shift + click to select a range
66d7fd3
combine impls
tarang-jain 07707af
Multi-GPU Batched KMeans
viclafargue efc270f
Merge branch 'main' into mg-batched-kmeans
viclafargue 0a09e6f
rm inertia_check
tarang-jain 99a5730
change to warning
tarang-jain a077406
style
tarang-jain d659875
add init_size param
tarang-jain ec2e8b7
Merge branch 'main' into combine-batch
tarang-jain 03a6473
docs
tarang-jain 42a8d9d
Merge branch 'combine-batch' of https://github.com/tarang-jain/cuvs i…
tarang-jain 86af2fa
rm direct cuda api calls
tarang-jain d4e4e2c
std::swap instead of raft::copy
tarang-jain 0819af5
cache batch norms
tarang-jain e0f079c
centroid norms can also be cached per iteration
tarang-jain c2f7390
mg n_iter
tarang-jain b9c3102
pre-commit
tarang-jain e3956c1
do not break c abi
tarang-jain 986d78a
Merge branch 'main' into combine-batch
tarang-jain 7197b71
cluster_cost on device
viclafargue 84ab315
Updated testing
viclafargue 47d4b94
templating
viclafargue a8e1d26
Merge branch 'main' into combine-batch
tarang-jain 384d054
fix checkWeight
tarang-jain 455b286
merge upstream:
tarang-jain 5462809
Merge branch 'combine-batch' of https://github.com/tarang-jain/cuvs i…
tarang-jain 6ba759c
fix compilation
tarang-jain e76eaac
rel_tol
tarang-jain afbefdf
pass workspace
tarang-jain e62a63c
Merge branch 'combine-batch' of https://github.com/tarang-jain/cuvs i…
tarang-jain e4f08bf
style
tarang-jain 6e4a8f0
Merge branch 'main' of https://github.com/rapidsai/cuvs into combine-…
tarang-jain 4a8a85c
do not use batch scratch space; rm update_centroids
tarang-jain bbf2a9f
move the debug log
tarang-jain 410092c
add new suffixed param struct
tarang-jain c515c1e
address pr reviews
tarang-jain e8e63ab
fix docstring
tarang-jain 30c457c
fix wt_sum warning
tarang-jain ab96623
rm deprecationwarning and instead add FutureWarning:=
tarang-jain 269f23c
unweighted to never materialize batch weights
tarang-jain 80a22ca
add cpp tests
tarang-jain ac06b05
update cpp tests
tarang-jain 855624a
Merge branch 'main' into mg-batched-kmeans
viclafargue 0a6748d
refactor
viclafargue 7055272
rename to mnmg_fit
viclafargue 0569340
revert batch norms cache
tarang-jain 8cac63a
increase zero cost threshold
tarang-jain f6df4ae
apply cuda event plus re-add h_norm_cache
tarang-jain 9fc74b1
rm cosine expanded stuff
tarang-jain dec3dc4
resolve merge conflicts
tarang-jain 0d030a2
change suffix of the params struct
tarang-jain b1c034e
replace 06 by 08, add todo and note
tarang-jain a482495
update to v2
tarang-jain 8ecfdc1
avoid stream sync inside weight sum
tarang-jain 1e1525e
Merge branch 'combine-batch' of https://github.com/tarang-jain/cuvs i…
tarang-jain ec22e07
empty
tarang-jain d2e410d
empty
tarang-jain b791c38
Merge branch 'main' into combine-batch
tarang-jain a05a006
new signatures with new struct
tarang-jain 73293cf
Merge branch 'combine-batch' of https://github.com/tarang-jain/cuvs i…
tarang-jain 880c7b9
Merge branch 'main' of https://github.com/rapidsai/cuvs into combine-…
tarang-jain e2035ec
revert change to calls in py and rust; add c tests
tarang-jain e28c200
Merge branch 'main' into combine-batch
tarang-jain 55bbdad
use to_dlpack
tarang-jain 9a9b8ee
cache device weights
tarang-jain a800b27
rm event
tarang-jain 3db8582
update names
tarang-jain c048352
rename
tarang-jain 2f968f8
rm docs
tarang-jain affe85a
empty
tarang-jain c6dea64
fix norm cache
tarang-jain 7dfab3e
revert changes to minClusterDistanceCompute
tarang-jain 7a383da
update tests to use mdspan instead of rmm
tarang-jain ce6c4b5
Merge branch 'main' into combine-batch
tarang-jain 5a06a44
Merge branch 'main' into combine-batch
tarang-jain 28cda6a
Merge branch 'combine-batch' into mg-batched-kmeans
viclafargue bfb5290
Addressing review
viclafargue add9db1
optimize convergence check
viclafargue 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
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.
Uh oh!
There was an error while loading. Please reload this page.