Commit a61a8ffc authored by Paul's avatar Paul
Browse files

Format

parent 5a2cfafd
......@@ -451,7 +451,7 @@ struct gemm_impl
// more time taken initializing caches, etc. so we won't time it.
run(ctx, input_args, sol);
double host_time = time<milliseconds>([&] {
for([[maybe_unused]] int hc:range(hot_calls))
for([[maybe_unused]] int hc : range(hot_calls))
run(ctx, input_args, sol);
ctx.finish();
});
......
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