Commit ff75c730 authored by Paul's avatar Paul
Browse files

Format

parent e91c8fc2
......@@ -163,7 +163,8 @@ struct compile_plan
<< std::endl;
std::vector<double> times;
times.reserve(results.size());
std::transform(results.begin(), results.end(), std::back_inserter(times), [&](const auto& cr) {
std::transform(
results.begin(), results.end(), std::back_inserter(times), [&](const auto& cr) {
return time_op(*ctx, cr.replace.code_object, to_shapes(cr.ins->inputs()), 20).first;
});
auto i = std::distance(times.begin(), std::min_element(times.begin(), times.end()));
......
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