-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is a partial refactoring of the test, which aims to: - reduce kernel size, which allows to speed up JIT compilation and therefore test execution - improve error reporting from the test, by returning more than just a single boolean value for all of the checks performed by kernels Main changes: - introduced new template for swizzle test - "basic" `.swizzle<>()` checks now report results back to host where their verification happens instead of doing so on device side
- Loading branch information
1 parent
eec8701
commit ecb2310
Showing
2 changed files
with
89 additions
and
36 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