Skip to content

Commit

Permalink
Updating the runtime breakdown
Browse files Browse the repository at this point in the history
  • Loading branch information
TeachRaccooon committed Aug 16, 2024
1 parent f29a4f1 commit 4d9825e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RandLAPACK/drivers/rl_cqrrp_gpu.hh
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,8 @@ int CQRRP_blocked_GPU<T, RNG>::call(
nvtxRangePop();
updating_J_t_stop = high_resolution_clock::now();
updating_J_t_dur += duration_cast<microseconds>(updating_J_t_stop - updating_J_t_start).count();
nvtxRangePushA("update_R");
updating_R_t_start = high_resolution_clock::now();
}
} else {
if(this -> timing) {
Expand Down

0 comments on commit 4d9825e

Please sign in to comment.