Skip to content

Commit 31d8d86

Browse files
Update mlir/include/mlir/Dialect/Vector/IR/VectorOps.td
Co-authored-by: Fabian Mora <[email protected]>
1 parent 33effcd commit 31d8d86

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
@@ -211,7 +211,7 @@ def Vector_ContractionOp :
211211
//===------------------------------------------------------------------===//
212212
// The code below is shared with LinalgStructuredInterface.
213213
// vector.contract is really a linalg.generic on vectors without region.
214-
// TODO: factor out in a common interface to inherit from ince identified.
214+
// TODO: factor out in a common interface to inherit from once identified.
215215
//===------------------------------------------------------------------===//
216216
ArrayRef<int64_t> getShape(OpOperand * opOperand) {
217217
assert(opOperand->getOwner() == this->getOperation());

0 commit comments

Comments
 (0)