We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 711ba91 + bacf312 commit e988700Copy full SHA for e988700
mlir/lib/Dialect/Linalg/IR/LinalgInterfaces.cpp
@@ -919,7 +919,7 @@ mlir::linalg::detail::getMatchConvolutionMessage(MatchConvolutionResult res) {
919
case MatchConvolutionResult::NonOutputDimNotReduction:
920
return "expected all iterators not used to access outputs to be reduction";
921
case MatchConvolutionResult::EmptyConvolvedDims:
922
- return "FIXME";
+ return "expected convolved dim to be non-empty";
923
case MatchConvolutionResult::Success:
924
return "";
925
}
0 commit comments