Skip to content

Commit

Permalink
Increase tolerance a bit more
Browse files Browse the repository at this point in the history
  • Loading branch information
eeprude committed Nov 23, 2023
1 parent 4450d20 commit 9105a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blas/unit_test/Test_Blas1_axpby_unification.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ void impl_test_axpby_mv_unification_compare(
<< ", vanillaValue = " << vanillaValue
<< std::endl;
#endif
EXPECT_NEAR_KK(vanillaValue, y.h_view(i, k), 3. * max_error);
EXPECT_NEAR_KK(vanillaValue, y.h_view(i, k), 4. * max_error);
}
}
} else {
Expand Down

0 comments on commit 9105a8a

Please sign in to comment.