-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deprecate redundant team-level sort functions (#2306)
* Deprecate redundant team-level sort functions These were moved into Kokkos core a long time ago with a nicer interface and better testing. Replace our implementations with calls to the Kokkos functions like Kokkos::Experimental::sort_team. * Formatting Signed-off-by: Brian Kelley <bmkelle@sandia.gov> * Use our own DefaultComparator, not use Kokkos impl --------- Signed-off-by: Brian Kelley <bmkelle@sandia.gov>
- Loading branch information
1 parent
eca90cf
commit 0a6a112
Showing
5 changed files
with
23 additions
and
320 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.