From 63085ab8478ad525028b00f81ff25f950548879f Mon Sep 17 00:00:00 2001 From: ahmed Date: Thu, 5 Sep 2024 21:44:36 -0400 Subject: [PATCH] mcf --- apps/MCF/mcf_cusolver_chol.cuh | 2 ++ 1 file changed, 2 insertions(+) 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