-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[TOPI][OP] Use Thrust sort for argsort and topk #5097
Merged
Merged
Commits on Mar 19, 2020
-
[TOPI][OP] Use Thrust sort for argsort and topk
The current GPU sort implementation (odd-even transposition sort) is too slow when the number of elements is large. This PR introduces Thrust implementation of sort which is much faster. Note that this change requires CMake 3.8 or later since we have to use nvcc to compile a thrust code.
Configuration menu - View commit details
-
Copy full SHA for a2d48ee - Browse repository at this point
Copy the full SHA a2d48eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4823e93 - Browse repository at this point
Copy the full SHA 4823e93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98b2aa3 - Browse repository at this point
Copy the full SHA 98b2aa3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13b3edc - Browse repository at this point
Copy the full SHA 13b3edcView commit details -
Configuration menu - View commit details
-
Copy full SHA for addba76 - Browse repository at this point
Copy the full SHA addba76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 041860e - Browse repository at this point
Copy the full SHA 041860eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d88876 - Browse repository at this point
Copy the full SHA 0d88876View commit details
Commits on Mar 20, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b1e388d - Browse repository at this point
Copy the full SHA b1e388dView commit details -
Configuration menu - View commit details
-
Copy full SHA for bc06ce4 - Browse repository at this point
Copy the full SHA bc06ce4View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc59cbf - Browse repository at this point
Copy the full SHA cc59cbfView commit details
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.