Commit 4eb1f9ba authored by Jaikrishnan Menon's avatar Jaikrishnan Menon

Remove stray line

parent 27429f0a
......@@ -260,7 +260,6 @@ void runtime::cpu::CPU_Emitter::EmitDot(codegen::CodeWriter& writer,
}
else
{
//if (dot->get_reduction_axes_count() ==
writer << "kernel::dot(" << args[0].get_name() << ",\n";
writer << " " << args[1].get_name() << ",\n";
writer << " " << out[0].get_name() << ",\n";
......
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