forked from kokkos/kokkos
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add checks for unsafe implicit conversions in RangePolicy (kokkos#6754)
* Added a check for unintended implicit conversion in RangePolicy * Changed to integrate Rangepolicy implicit checks in existing constructors instead * Changed ifdef conditions to allow outputting warning messages even when deprecated code is used Modified the unit test to test warning outputs Changed implicit conversion check to be tested in debug mode only * Fixed incorrect gtest_skip call and unused var warning * Removed ifdef kokkos_enable_debug guards * Switch to use the new interface
- Loading branch information
Showing
2 changed files
with
144 additions
and
6 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