Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TeachRaccooon committed May 29, 2024
1 parent aa005ee commit 6e3aa07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/bench_CQRRP/CQRRP_speed_comparisons.cc
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ static void call_all_algs(
data_regen(m_info, all_data, state_gen, 0);

std::ofstream file(output_filename, std::ios::app);
file << dur_cqrrp << ", " << dur_cqrrp_qp3 << ", " << dur_hqrrp << ", " << dur_hqrrp_geqrf << ", " dur_hqrrp_geqrf << ", " dur_geqrf << ", " << dur_geqp3 << ",\n";
file << dur_cqrrp << ", " << dur_cqrrp_qp3 << ", " << dur_hqrrp << ", " << dur_hqrrp_geqrf << ", " << dur_hqrrp_geqrf << ", " << dur_geqrf << ", " << dur_geqp3 << ",\n";
}
}

Expand Down

0 comments on commit 6e3aa07

Please sign in to comment.