fix SummaryNodes in new control_flow
This commit is contained in:
parent
3638886ec6
commit
4df609c94e
|
|
@ -179,6 +179,7 @@ GraphId AscendSession::CompileGraph(NotNull<FuncGraphPtr> func_graph) {
|
||||||
debugger_->PreExecute(root_graph);
|
debugger_->PreExecute(root_graph);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
SetSummaryNodes(root_graph.get());
|
||||||
// alloc mem
|
// alloc mem
|
||||||
MemoryAlloc(root_graph.get());
|
MemoryAlloc(root_graph.get());
|
||||||
// generate and load task into device
|
// generate and load task into device
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue