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
so that we can compare by using the num_traits::assert_approx_eq macro
assert_approx_eq!(half::f16, self.test_atomic_add_result(input), out);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `ApproxEq` is not implemented for `f16`
The text was updated successfully, but these errors were encountered:
so that we can compare by using the
num_traits::assert_approx_eq
macroThe text was updated successfully, but these errors were encountered: