Commit 9d12bc5c authored by Paul's avatar Paul
Browse files

Remove check for standard since it is already done in the matcher

parent cbd73ae7
...@@ -967,11 +967,6 @@ struct find_gemm_pointwise ...@@ -967,11 +967,6 @@ struct find_gemm_pointwise
if(not float_equal(gemm.beta, 0)) if(not float_equal(gemm.beta, 0))
return; return;
if(std::any_of(ins->inputs().begin(), ins->inputs().end(), [](auto i) {
return not i->get_shape().standard();
}))
return;
auto inputs = gemm_ins->inputs(); auto inputs = gemm_ins->inputs();
inputs.pop_back(); inputs.pop_back();
......
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