-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sorting: add to binsort support for strided views and reorg tests (#6…
…081) * binsort: support strided views, reorg tests [skip ci] * should be working for cuda * cleanup sorting and random tests * cleanup and reorg tests for random and sort * fixes for CI, remove unused guards * update * fix integer type and makefile * fix tests to use hpp, and fix template for windows * formatting * fix typo * rename * use assert_true (sorry DLG for the CI troubles) * fix for nvhpc * address comments * remove wrong closing bracket
- Loading branch information
Showing
13 changed files
with
656 additions
and
509 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
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.