|
|
@@ -177,6 +177,7 @@ GraphId AscendSession::CompileGraph(NotNull<FuncGraphPtr> func_graph) { |
|
|
if (debugger_) { |
|
|
if (debugger_) { |
|
|
debugger_->PreExecute(root_graph); |
|
|
debugger_->PreExecute(root_graph); |
|
|
} |
|
|
} |
|
|
|
|
|
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 |
|
|
|