Skip to content

Commit 33effcd

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

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
@@ -228,7 +228,7 @@ def Vector_ContractionOp :
228228
return inversePermutation(getLoopsToShapesMap());
229229
}
230230

231-
SmallVector<int64_t> getStaticShape(){
231+
SmallVector<int64_t> getStaticShape() {
232232
SmallVector<int64_t> res;
233233
for (OpOperand &opOperand : this->getOperation()->getOpOperands())
234234
llvm::append_range(res, getShape(&opOperand));

0 commit comments

Comments
 (0)