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 21cb45e commit e199822Copy full SHA for e199822
src/Compiler/OnnxToMlirPasses.cpp
@@ -83,7 +83,7 @@ void addONNXToMLIRPasses(mlir::PassManager &pm, bool targetCPU,
83
// Simplify shape-related ops.
84
pm.addPass(onnx_mlir::createSimplifyShapeRelatedOpsPass(
85
opts.enableQuarkQuantizedLegalization));
86
-
+
87
// Pass for removing Dq and Q around data movement in Dq->op->Q Ops chain
88
if (opts.enableRemoveDqQAroundOp)
89
pm.addPass(createQDQAroundOpOptONNXToONNXPass());
0 commit comments