"tools/vscode:/vscode.git/clone" did not exist on "f548d82f4cc5257e63992c08b32fc860e777679e"
Commit 8724e73f authored by Paul's avatar Paul
Browse files

Remove debug code

parent 2be7e299
...@@ -221,11 +221,6 @@ struct find_mul_dot ...@@ -221,11 +221,6 @@ struct find_mul_dot
auto b_ins = dot_ins->inputs()[1]; auto b_ins = dot_ins->inputs()[1];
auto c_ins = r.instructions["c"]; auto c_ins = r.instructions["c"];
std::cout << "find_mul_dot" << std::endl;
m.debug_print(ins->inputs());
m.debug_print(ins);
const auto& c_lens = c_ins->get_shape().lens();
const auto& c_strides = c_ins->get_shape().strides(); const auto& c_strides = c_ins->get_shape().strides();
// There should only be one stride that is not zero // There should only be one stride that is not zero
......
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