Skip to content

Commit

Permalink
Delete + inside cout, line: 182-190
Browse files Browse the repository at this point in the history
  • Loading branch information
Guglielmo Gagliardi committed Jun 12, 2024
1 parent b270c4f commit 56967b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miniapp/miniapp_triangular_multiplication.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ struct triangularMultiplicationMiniapp {

std::cout << "[" << run_index << "]"
<< " " << elapsed_time << "s"
<< " " << gigaflops + + << "GFlop/s"
<< " " << gigaflops << "GFlop/s"
<< " " << dlaf::internal::FormatShort{opts.type}
<< dlaf::internal::FormatShort{opts.side} << dlaf::internal::FormatShort{opts.uplo}
<< dlaf::internal::FormatShort{opts.op} << dlaf::internal::FormatShort{opts.diag}
Expand Down

0 comments on commit 56967b3

Please sign in to comment.