Skip to content

Commit

Permalink
mcf
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahdhn committed Sep 6, 2024
1 parent 7694ec7 commit 63085ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/MCF/mcf_cusolver_chol.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 63085ab

Please sign in to comment.