Commit ec888811 authored by wsttiger's avatar wsttiger
Browse files

Formatting

parent bacf1572
...@@ -200,6 +200,7 @@ argument program::eval(std::unordered_map<std::string, argument> params) const ...@@ -200,6 +200,7 @@ argument program::eval(std::unordered_map<std::string, argument> params) const
ins.arguments.end(), ins.arguments.end(),
values.begin(), values.begin(),
[&](instruction_ref i) { return results.at(std::addressof(*i)); }); [&](instruction_ref i) { return results.at(std::addressof(*i)); });
std::cout << "Compute: " << ins.op.name() << std::endl;
result = ins.op.compute(this->impl->ctx, ins.result, values); result = ins.op.compute(this->impl->ctx, ins.result, values);
} }
results.emplace(std::addressof(ins), result); results.emplace(std::addressof(ins), result);
......
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