Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
TeachRaccooon committed Oct 1, 2024
1 parent 7e12c0c commit 0bc3192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/bench_CQRRPT/CQRRPT_pivot_quality.cc
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ static void sv_ratio(
int main() {
// Declare parameters
int64_t m = std::pow(2, 17);
int64_t n = std::pow(2, 11);
int64_t n = 2000;
double d_factor = 1.25;
double tol = std::pow(std::numeric_limits<double>::epsilon(), 0.85);
auto state = RandBLAS::RNGState<r123::Philox4x32>();
Expand Down

0 comments on commit 0bc3192

Please sign in to comment.