Commit 746291a8 authored by Paul's avatar Paul
Browse files

Format

parent 12a82ff9
...@@ -66,7 +66,7 @@ time_op(context& ictx, operation op, const std::vector<shape>& inputs, int n) ...@@ -66,7 +66,7 @@ time_op(context& ictx, operation op, const std::vector<shape>& inputs, int n)
} }
// Measure device time only for code_object ops which support it // Measure device time only for code_object ops which support it
double device_time = 0.0; double device_time = 0.0;
if (op.name() == "gpu::code_object") if(op.name() == "gpu::code_object")
{ {
gctx.enable_perf_measurement(); gctx.enable_perf_measurement();
run(); run();
......
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