-
Notifications
You must be signed in to change notification settings - Fork 434
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[XLA:CPU] Add a generic sort kernel to SortThunk
This PR duplicates templated code as non-templated with "D" prefix. It is done for every function, which uses "n" directly, like loops. Thus the only unified class is the SortIterator, which operates on Value, Ref and Ptr abstractions, which, in turn, differ. PiperOrigin-RevId: 679101106
- Loading branch information
1 parent
a36265a
commit 25e52cc
Showing
3 changed files
with
341 additions
and
16 deletions.
There are no files selected for viewing
This file contains 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 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.