-
Notifications
You must be signed in to change notification settings - Fork 548
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
Reconciling primitives moved to RAFT #4583
Merged
rapids-bot
merged 54 commits into
rapidsai:branch-22.12
from
cjnolet:imp-2204-metrics_to_raft
Oct 19, 2022
Merged
Changes from 30 commits
Commits
Show all changes
54 commits
Select commit
Hold shift + click to select a range
d615950
Using metrics from raft
cjnolet 142b328
Updating
cjnolet ad03b86
Merge remote-tracking branch 'rapidsai/branch-22.04' into imp-2204-me…
cjnolet 9722d08
Adding knn back
cjnolet 8b1de6b
Updating copyrights
cjnolet 5ea7a91
Adding specializations for knn gtests
cjnolet 11e50ca
adding more specializations
cjnolet 7cc8d21
More specializations
cjnolet e08dea6
Updating style
cjnolet 41a1c5e
No longer building brute_force_knn prim anywhere
cjnolet a421dab
Fixing style
cjnolet bb474e2
Fixing copyright and removing a couple more distance funcs
cjnolet f5b3c66
Merge remote-tracking branch 'rapidsai/branch-22.04' into imp-2204-me…
cjnolet dbde267
Removing prims moved over to raft
cjnolet 80428f1
Merge remote-tracking branch 'rapidsai/branch-22.04' into imp-2204-me…
cjnolet 375142e
Reverting get_raft cmake
cjnolet 8d57a72
Using distance already specialized
cjnolet de49049
Merge remote-tracking branch 'rapidsai/branch-22.04' into imp-2204-me…
cjnolet 53d730a
Merge remote-tracking branch 'rapidsai/branch-22.04' into imp-2204-me…
cjnolet 004d215
Merge remote-tracking branch 'rapidsai/branch-22.04' into imp-2204-me…
cjnolet 0172a5b
Merge branch 'branch-22.04' into imp-2204-metrics_to_raft
cjnolet d95746a
updating get_raft
cjnolet 3f24aea
Fixing includes
cjnolet 1583169
Merge remote-tracking branch 'rapidsai/branch-22.04' into imp-2204-me…
cjnolet 1ba60f5
Removing raft allocator from gram
cjnolet 48edbc5
Merge remote-tracking branch 'rapidsai/branch-22.04' into imp-2204-me…
cjnolet d49a04e
Merge remote-tracking branch 'rapidsai/branch-22.06' into imp-2204-me…
cjnolet 0e0e693
Removing prims benchmarks which are being moved to raft
cjnolet bfeeafb
Fixing completeness score
cjnolet 9985e69
Fixing completeness score for now
cjnolet 8663dc9
Fixing get_raft.cmake
cjnolet 74d5be0
Merge remote-tracking branch 'rapidsai/branch-22.06' into imp-2204-me…
cjnolet 0510bb5
Merge remote-tracking branch 'rapidsai/branch-22.06' into imp-2204-me…
cjnolet 4571f06
Merge remote-tracking branch 'rapidsai/branch-22.08' into imp-2204-me…
cjnolet acee2f7
Merge remote-tracking branch 'rapidsai/branch-22.08' into imp-2204-me…
cjnolet 756fa29
Merge branch 'branch-22.10' into imp-2204-metrics_to_raft
cjnolet 352e6fb
emoving more files
cjnolet 873e277
Fixing style
cjnolet 74e1888
Merge remote-tracking branch 'rapidsai/branch-22.12' into imp-2204-me…
cjnolet e1fb7b7
Fixing sv test
cjnolet ee4b0e9
Fixing svm test
cjnolet 2f641d6
Fixing style
cjnolet d05f754
Fixing more style
cjnolet 5c27e9f
Removing gram test
cjnolet 1e5c2be
Adding knn classify/regress tests back in
cjnolet c97694e
Fixing information criterion use
cjnolet 011ebb0
Fixing bad merge
cjnolet 1fe951b
Still fixing bad merge
cjnolet 0d67a29
Removing duplicated labels prims
cjnolet a7ee4a8
Final cleanup
cjnolet 9c0d308
Reverting get_raft.cmake
cjnolet edee19c
Fixing header definition and namespace for kernel gram API
cjnolet 2a26900
Fixing style
cjnolet 977690f
Fixing small error in v_measure
cjnolet 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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
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.
Indentation here is bad