-
Notifications
You must be signed in to change notification settings - Fork 30
Feature/radix sort #1867
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
Merged
Feature/radix sort #1867
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
830f428
Renamed some files in sorting folders, in preparation for introductio…
oleksandr-pavlyk a6d51af
Add header file implementing radix sort
oleksandr-pavlyk 3517745
Add a comment next to radix_sort_contig_fn_ptr_t type definition
oleksandr-pavlyk dbe62d0
Added Python API to exercise radix sort functions
oleksandr-pavlyk 6d33867
Add license headers
oleksandr-pavlyk e274c2d
Rename argument variable from stable_sort_fns to sort_fns
oleksandr-pavlyk c2f8486
Add Python API to check if radix sort is supported for given dtype
oleksandr-pavlyk a15e4aa
Add support for kind keyword in sort/argsort
oleksandr-pavlyk 2684651
Parametrize sorting tests by kind
oleksandr-pavlyk 662b46b
Use sycl_free_noexcept
oleksandr-pavlyk fef0fe4
Remove unused include statement
oleksandr-pavlyk 3c05c1b
Add entry to changelog about radix sort algorithm
oleksandr-pavlyk bbe1019
Change to pass sorting direction as call argument, not template param…
oleksandr-pavlyk ec6a930
Moved radix sort Python API to dedicated module, _tensor_sorting_radi…
oleksandr-pavlyk d63dd70
Merge pull request #1883 from IntelPython/change-descending-from-temp…
oleksandr-pavlyk 446ce05
Address PR feedback
oleksandr-pavlyk 93db58a
Renamed n_values->n_to_sort for readability per review
oleksandr-pavlyk 350738b
Merge remote-tracking branch 'origin/master' into feature/radix-sort
oleksandr-pavlyk 09236c9
Use sycl_free_noexcept instead of sycl::free
oleksandr-pavlyk 0985d6e
Remove unused radix_argsort_impl
oleksandr-pavlyk 6637ddf
Merge remote-tracking branch 'origin/master' into feature/radix-sort
oleksandr-pavlyk 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
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.
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.