diff --git a/RandLAPACK/drivers/rl_cqrrp_gpu.hh b/RandLAPACK/drivers/rl_cqrrp_gpu.hh index 8da1c6b4..ffa12588 100644 --- a/RandLAPACK/drivers/rl_cqrrp_gpu.hh +++ b/RandLAPACK/drivers/rl_cqrrp_gpu.hh @@ -471,6 +471,8 @@ int CQRRP_blocked_GPU::call( nvtxRangePop(); updating_J_t_stop = high_resolution_clock::now(); updating_J_t_dur += duration_cast(updating_J_t_stop - updating_J_t_start).count(); + nvtxRangePushA("update_R"); + updating_R_t_start = high_resolution_clock::now(); } } else { if(this -> timing) {