diff --git a/apps/MCF/mcf_cusolver_chol.cuh b/apps/MCF/mcf_cusolver_chol.cuh index 43deec6e..d6ee688f 100644 --- a/apps/MCF/mcf_cusolver_chol.cuh +++ b/apps/MCF/mcf_cusolver_chol.cuh @@ -287,6 +287,8 @@ void mcf_cusolver_chol(rxmesh::RXMeshStatic& rx, report.add_member("total_time", total_time); + RXMESH_INFO("total_time {} (ms)", total_time); + // move the results to the host // if we use LU, the data will be on the host and we should not move the // device to the host