You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Medley of (hopefully) uncontroversial fixups towards building with no exceptions (kokkos#7337)
* Abort on TeamPolicy::set_scratch_team() precondition violation
Call abort for invalid level argument instead of throwing
* Prefer GTetst native support to report failure
* Avoid ASSERT_NO_THROW in range policy tests
* Drop EXPECT_NO_THROW in reduce test
* Abort on the host-side as well on subview precondition violation
* Abort instead of throwing if parsing tools settings failed
* Fix warning comparison of integers of different signs
* Get rid of all *_NO_THROW in algorithms tests
* Get rid of a few more *_NO_THROW in core tests
* Abort on error in shared allocation instead of throwing
* Per review adding comments that code w/o assertions
is meant to check that it does not throw
Co-Authored-By: Bruno Turcksin <[email protected]>
---------
Co-authored-by: Bruno Turcksin <[email protected]>
0 commit comments