File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
src/plugins/intel_gpu/src/plugin Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -511,8 +511,9 @@ void TransformationsPipeline::apply(std::shared_ptr<ov::Model> func) {
511511
512512 manager.register_pass <ov::pass::CommonOptimizations>();
513513
514- // In case "zp/scale -> reshape -> transpose -> MOE", "zp/scale -> reshape -> transpose" is constant-folded.
515- // We need mark KeepMOEConstPrecision to disable convert new constant(transpose output).
514+ // In the case of "zp/scale -> reshape -> transpose -> MOE",
515+ // "zp/scale -> reshape -> transpose" is constant-folded in the above "CommonOptimizations".
516+ // After constant-folding, the precision of new constant should not be converted.
516517 manager.register_pass <ov::intel_gpu::KeepMOEConstPrecision>();
517518 // In the case of "input -> reshape -> convert -> multiply",
518519 // the "input -> reshape" subgraph is constant-folded in the above "CommonOptimizations"
You can’t perform that action at this time.
0 commit comments