Skip to content

Commit 778833f

Browse files
Update mlir/include/mlir/Dialect/Vector/IR/VectorOps.td
Co-authored-by: Renato Golin <[email protected]>
1 parent 31d8d86 commit 778833f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/include/mlir/Dialect/Vector/IR/VectorOps.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ def Vector_ContractionOp :
210210

211211
//===------------------------------------------------------------------===//
212212
// The code below is shared with LinalgStructuredInterface.
213-
// vector.contract is really a linalg.generic on vectors without region.
213+
// vector.contract is really a linalg.contract on vectors without region.
214214
// TODO: factor out in a common interface to inherit from once identified.
215215
//===------------------------------------------------------------------===//
216216
ArrayRef<int64_t> getShape(OpOperand * opOperand) {

0 commit comments

Comments
 (0)