Skip to content

Commit 77a1e5b

Browse files
committed
style(Unfuse.cpp): clang-format file
1 parent 1ee000f commit 77a1e5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mlir/lib/Dialect/Linalg/Transforms/Unfuse.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ Value unfuse2DConvolution(OpBuilder &builder, Operation *op, Value ifm,
105105
weights.getType().cast<RankedTensorType>(), dilationAttr, strideAttr);
106106

107107
// Ensure we have an appropriately sized destination operand.
108-
Value dest = builder.create<tensor::EmptyOp>(op->getLoc(), resultTy.getShape(),
109-
resultTy.getElementType());
108+
Value dest = builder.create<tensor::EmptyOp>(
109+
op->getLoc(), resultTy.getShape(), resultTy.getElementType());
110110

111111
// Apply the bias to dest.
112112
// - We do this before the convolution, since we assume this is the canonical

0 commit comments

Comments
 (0)