Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
TeachRaccooon committed May 23, 2024
1 parent be51afc commit 441cff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/bench_CQRRP/QR_speed_comp.cc
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ static void call_all_algs(
lapack::geqr(m, n, all_data.A.data(), m, all_data.tau.data(), tsize);
lapack::ungqr(m, n, n, all_data.A.data(), m, all_data.tau.data());
auto stop_geqr_ungqr = high_resolution_clock::now();
dur_geqr = duration_cast<microseconds>(stop_geqr_ungqr - start_geqr_ungqr).count();
dur_geqr_ungqr = duration_cast<microseconds>(stop_geqr_ungqr - start_geqr_ungqr).count();

state_gen = state;
data_regen(m_info, all_data, state_gen, 0);
Expand Down

0 comments on commit 441cff2

Please sign in to comment.