-
Notifications
You must be signed in to change notification settings - Fork 157
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
Adds new virtual shared memory facility to DeviceSelect::UniqueByKey
#1197
Conversation
cfc077f
to
7e302bc
Compare
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.
Waiting for benchmarking results to approve this PR. @elstehle are you going to transition thrust implementation as part of this or a follow up PR?
Sass for SM 70 on all our cub.bench.select.unique_by_key.base## [0] Tesla V100-SXM2-32GB
|
7e302bc
to
b44cf07
Compare
Description
Closes #159.
This PR adds the new virtual shared memory facility to
DeviceSelect::UniqueByKey
and adds tests for vsmem and fallback policies.Checklist