Skip to content

Commit

Permalink
disable trace output in TTG Cholesky
Browse files Browse the repository at this point in the history
  • Loading branch information
evaleev committed Nov 1, 2023
1 parent 7e412df commit 30f9eb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/TiledArray/math/linalg/ttg/cholesky.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ auto cholesky(const Array& A, TiledRange l_trange = {},
[[maybe_unused]] auto connected = make_graph_executable(potrf_ttg.get());

// uncomment to trace
::ttg::trace_on();
//::ttg::trace_on();

// start
::ttg::execute();
Expand Down Expand Up @@ -175,7 +175,7 @@ auto cholesky_linv(const Array& A, TiledRange l_trange = {},
[[maybe_unused]] auto connected = make_graph_executable(trtri_ttg.get());

// uncomment to trace
::ttg::trace_on();
//::ttg::trace_on();

// start
::ttg::execute();
Expand Down

0 comments on commit 30f9eb5

Please sign in to comment.