-
Notifications
You must be signed in to change notification settings - Fork 1k
Refactor collect_set to use cudf::distinct and cudf::lists::distinct
#11228
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 53 commits into
rapidsai:branch-22.08
from
ttnghia:refactor_collect_set
Jul 15, 2022
Merged
Changes from all commits
Commits
Show all changes
53 commits
Select commit
Hold shift + click to select a range
1d7e8e0
Add new implementation and test files
ttnghia 51b80db
Fix compile error
ttnghia 08a76ad
Rename function
ttnghia 16101f7
Implement `cudf::detail::stable_distinct` and `lists::distinct`
ttnghia 5ec13d6
Rewrite doxygen
ttnghia 6c5b738
Rename variable
ttnghia 5b70eee
Rewrite comment
ttnghia 238248d
Rename files
ttnghia ba6bf6b
Implement float tests
ttnghia 3845c95
Implement string tests
ttnghia 507c82d
Implement tests for `ListDistinctTypedTest`
ttnghia 2cb8347
Complete the remaining tests
ttnghia 7efdea0
Merge branch 'branch-22.08' into add_lists_distinct
ttnghia 4388637
Rewrite doxygen
ttnghia 4dd5e74
Misc
ttnghia 3b0760c
Misc
ttnghia 9730b70
Rewrite test
ttnghia 9bd9b6f
Fix doxygen
ttnghia 790a482
Fix header
ttnghia 1c58baa
Rewrite doxygen
ttnghia d493c4f
Rewrite doxygen and fix headers
ttnghia d090d2a
Fix iterator type
ttnghia ee51822
Rewrite doxygen
ttnghia ccdd6f0
Add empty lines
ttnghia 034ee2a
Merge branch 'branch-22.08' into add_lists_distinct
ttnghia b1231a2
Update default stream
ttnghia af91b80
Merge branch 'branch-22.08' into add_lists_distinct
ttnghia 86c9ba8
Merge branch 'branch-22.08' into add_lists_distinct
ttnghia 99d70b1
Handle empty input
ttnghia cf965f6
Merge branch 'add_lists_distinct' into refactor_collect_set
ttnghia dbc483c
Replace `lists::drop_list_duplicates` by `lists::distinct`
ttnghia 450e509
Fix merge set tests
ttnghia 5ab24f3
Fix collect set tests
ttnghia e4fc6c4
Merge branch 'branch-22.08' into refactor_collect_set
ttnghia 2ed173c
Fix `collect_ops_tests`
ttnghia b0ee7c6
Optimize `collect_ops`
ttnghia c5c6972
Merge branch 'branch-22.08' into refactor_collect_set
ttnghia d434dcb
Fix tests
ttnghia d8e2753
Fix copyright year
ttnghia bf61f5a
Merge branch 'fix_rolling_tests' into refactor_collect_set
ttnghia 7444e2c
Merge branch 'branch-22.08' into refactor_collect_set
ttnghia 697802d
Fix C++ collect_set tests
ttnghia 27d7d83
Fix TableTest for collect set
ttnghia ea48965
Fix ReductionTest for collect set
ttnghia 37d60cf
Misc
ttnghia 1f10a16
Optimize `collect_set` in reduction
ttnghia eee0bbb
Rewrite `collect_set_tests`
ttnghia 23c44e4
Merge branch 'branch-22.08' into refactor_collect_set
ttnghia b55ba30
Misc
ttnghia 73287ec
Add extra blank line
ttnghia 47d3298
Use `sort_by_key`
ttnghia a23356c
Add/remove comments
ttnghia b1f1890
Merge branch 'branch-22.08' into refactor_collect_set
ttnghia 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
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.