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