-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Occupancy improvement for Hash table build #15700
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
Closed
Closed
Changes from all commits
Commits
Show all changes
50 commits
Select commit
Hold shift + click to select a range
3df7dce
nested template instantiation for hiding types
tgujar 088042c
hasher conditional type dispatch works
tgujar 34bad1e
delete dead comment block
tgujar 40f291e
Fix docs
PointKernel b56bf75
fix type logic, minor refactor
tgujar 078f53d
refactor
tgujar 14785e4
added template specialization for equality comparator
tgujar b88b60b
added template specialized calls to comparator
tgujar 1b89198
fix for register usage discrepancy
tgujar ca63201
fix for register usage discrepancy
tgujar ff5e0d4
revert edited comment blocks
tgujar 80a9f61
added variant visitor pattern to avoid duplication for hasher
tgujar b8ad315
added variant visitor pattern for comparator
tgujar e29e346
add template specialization for hash joins
tgujar 27fa7a0
add template specialization for hash join size
tgujar 073a328
Merge branch 'branch-24.08' into hash-occupancy
PointKernel 04f3906
minor refactor
tgujar 90f33b4
fixup naming and docs
tgujar a016cd2
separate mixed semi join into multiple TU
tgujar 8fc47df
Merge branch 'branch-24.08' into hash-occupancy
PointKernel 0dc17ac
compile fails because traits not satisfied
tgujar ac5391d
compile fails with no instance of constructor
tgujar 83ded25
compile fails with constructor not found
tgujar 5306d1d
fix HasNested interaction, compile still fails
tgujar 62c60fa
fails with illegal access
tgujar fbcf50f
fix illegal mem access
tgujar 946d56f
fix index type
tgujar fe2ff8b
Merge branch 'branch-24.08' into distinct-join-occupancy
tgujar 3febec0
Merge branch 'branch-24.08' into distinct-join-occupancy
tgujar 77be694
Merge branch 'rapidsai:branch-24.10' into distinct-join-occupancy
tgujar 0ad9407
Merge branch 'branch-24.10' into hash-occupancy
tgujar 74219fe
use CUDF_HIDDEN
tgujar 448b14b
address review comments
tgujar b30f6ed
Merge branch 'distinct-join-occupancy' into hash-occupancy
tgujar 621e29f
Merge branch 'branch-24.10' into hash-occupancy
ttnghia 970a829
address review comments
tgujar d063dbc
Merge branch 'branch-24.10' into hash-occupancy
tgujar 50341bd
Merge branch 'branch-24.10' into hash-occupancy
PointKernel 470d6e2
fix issue with distinct hash join
tgujar 57c9b5e
address review comments
tgujar 8e6e6e5
refactor find_any
tgujar 9cd1bda
Merge branch 'branch-24.10' into hash-occupancy
tgujar 7d48f52
Merge branch 'branch-24.10' into hash-occupancy
tgujar 728478f
remove redundant SFINAE check
tgujar 926342f
use distance from thrust namespace
tgujar d82754d
update docs
tgujar c78da6b
fix spelling
tgujar daa2b40
merge branch-24.10, needs fixes
tgujar 30ab4e3
fail with instantiating correct type
tgujar f1db848
fix issue with constness
tgujar 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.
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.