Commit d11ec237 authored by Paul's avatar Paul
Browse files

Format

parent 6568a69d
...@@ -58,7 +58,7 @@ time_op(context& ictx, operation op, const std::vector<shape>& inputs, int n) ...@@ -58,7 +58,7 @@ time_op(context& ictx, operation op, const std::vector<shape>& inputs, int n)
}; };
run(); run();
// Measure host time // Measure host time
double host_time = 0.0; double host_time = 0.0;
for(auto i : range(n)) for(auto i : range(n))
{ {
(void)i; (void)i;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment