提交 df1c2a69 编写于 作者: M mindspore-ci-bot 提交者: Gitee

!2620 fix issue [controlflow] if Cascad an if, raise error

Merge pull request !2620 from wenchunjiang/fix_control_sink_bug
......@@ -263,7 +263,7 @@ NotNull<CNodePtr> AscendControlParser::ProcessKernelGraph(NotNull<KernelGraphPtr
RecurseSwitchLayer(kg, NOT_NULL(cnode), GetNextRealKernel(nodes, i + 1), memo);
}
}
kg->SetExecOrderByDefault();
MS_LOG(INFO) << "End KernelGraph process: " << kg->ToString();
return NOT_NULL(start_label);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册