Skip to content
Snippets Groups Projects
Commit 2829a0e3 authored by René Heß's avatar René Heß
Browse files

Fix bug from bad merge

parent cd734363
No related branches found
No related tags found
No related merge requests found
...@@ -154,7 +154,7 @@ namespace oc { ...@@ -154,7 +154,7 @@ namespace oc {
} }
template<typename Stream> template<typename Stream>
void reportOperations(Stream& os, bool doReset = false) void reportOperations(Stream& os, std::string exec, std::string kernel, bool doReset = false)
{ {
auto total = addition_count + multiplication_count + division_count + exp_count + pow_count + sin_count + sqrt_count + comparison_count; auto total = addition_count + multiplication_count + division_count + exp_count + pow_count + sin_count + sqrt_count + comparison_count;
if (total == 0) if (total == 0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment