Skip to content

Commit e199822

Browse files
committed
clang-format
1 parent 21cb45e commit e199822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Compiler/OnnxToMlirPasses.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ void addONNXToMLIRPasses(mlir::PassManager &pm, bool targetCPU,
8383
// Simplify shape-related ops.
8484
pm.addPass(onnx_mlir::createSimplifyShapeRelatedOpsPass(
8585
opts.enableQuarkQuantizedLegalization));
86-
86+
8787
// Pass for removing Dq and Q around data movement in Dq->op->Q Ops chain
8888
if (opts.enableRemoveDqQAroundOp)
8989
pm.addPass(createQDQAroundOpOptONNXToONNXPass());

0 commit comments

Comments
 (0)