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.
1 parent 31d8d86 commit 778833fCopy full SHA for 778833f
mlir/include/mlir/Dialect/Vector/IR/VectorOps.td
@@ -210,7 +210,7 @@ def Vector_ContractionOp :
210
211
//===------------------------------------------------------------------===//
212
// The code below is shared with LinalgStructuredInterface.
213
- // vector.contract is really a linalg.generic on vectors without region.
+ // vector.contract is really a linalg.contract on vectors without region.
214
// TODO: factor out in a common interface to inherit from once identified.
215
216
ArrayRef<int64_t> getShape(OpOperand * opOperand) {
0 commit comments