"test/git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "e0fe2f552688f34cde5b09f31292c46aec210c0b"
Commit 8724e73f authored by Paul's avatar Paul
Browse files

Remove debug code

parent 2be7e299
......@@ -221,11 +221,6 @@ struct find_mul_dot
auto b_ins = dot_ins->inputs()[1];
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();
// 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