Skip to content

Commit

Permalink
Update SYGVDX/HEGVDX tests' tolerance (#882)
Browse files Browse the repository at this point in the history
This bumps the tests' common tolerance again to give more room for
variability in CI.
  • Loading branch information
jmachado-amd authored Jan 21, 2025
1 parent 4a87431 commit 0df492a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clients/common/lapack/testing_sygvdx_hegvdx.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1108,9 +1108,9 @@ void testing_sygvdx_hegvdx(Arguments& argus)
}

// validate results for rocsolver-test
// using 5 * n * machine_precision as tolerance
// using 8 * n * machine_precision as tolerance
if(argus.unit_check)
ROCSOLVER_TEST_CHECK(T, max_error, 5 * n);
ROCSOLVER_TEST_CHECK(T, max_error, 8 * n);

// output results for rocsolver-bench
if(argus.timing)
Expand Down

0 comments on commit 0df492a

Please sign in to comment.