|
|
|
@@ -351,7 +351,7 @@ void AscendBackendOptimization(const std::shared_ptr<session::KernelGraph> &kern |
|
|
|
std::string file_path = |
|
|
|
save_graphs_path + "/" + "hwopt_d_end" + "_graph_" + std::to_string(kernel_graph->graph_id()) + ".ir"; |
|
|
|
DumpIR(file_path, kernel_graph, true); |
|
|
|
DumpIRProto(kernel_graph, "after_hwopt"); |
|
|
|
DumpIRProto(kernel_graph, "after_hwopt_" + std::to_string(kernel_graph->graph_id())); |
|
|
|
kernel_graph->DumpFuncGraph("hwopt_d_end"); |
|
|
|
} |
|
|
|
} |
|
|
|
|