提交 e6f480ec 编写于 作者: W Wojciech Uss 提交者: Michal Gallus

add comment on the default first pass

上级 2cf258e3
...@@ -261,6 +261,7 @@ struct AnalysisConfig : public NativeConfig { ...@@ -261,6 +261,7 @@ struct AnalysisConfig : public NativeConfig {
void SetIncludeMode() { void SetIncludeMode() {
ir_mode = IrPassMode::kInclude; ir_mode = IrPassMode::kInclude;
// this pass has to be run at the beginning of all fuse passes
ir_passes = {"infer_clean_graph_pass"}; ir_passes = {"infer_clean_graph_pass"};
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册