Commit dbffeaff authored by Khalique Ahmed's avatar Khalique Ahmed
Browse files

formatting

parent 43e66470
...@@ -128,7 +128,8 @@ MIGRAPHX_PRED_MATCHER(is_mlir_conv, instruction_ref ins) ...@@ -128,7 +128,8 @@ MIGRAPHX_PRED_MATCHER(is_mlir_conv, instruction_ref ins)
auto group = v.at("group").to<int>(); auto group = v.at("group").to<int>();
if(group != 1) if(group != 1)
{ {
std::cerr << "Warning: missed convolution with group " << group << " when using MLIR." << std::endl; std::cerr << "Warning: missed convolution with group " << group << " when using MLIR."
<< std::endl;
return false; return false;
} }
// Avoid MLIR assertion: Index < Length && "Invalid index!" // Avoid MLIR assertion: Index < Length && "Invalid index!"
......
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