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

!2004 add ub fusion pass

Merge pull request !2004 from wangcong/master
......@@ -550,7 +550,6 @@ void AscendSession::InitRuntimeResource() {
void AscendSession::HardwareOptimize(const std::shared_ptr<KernelGraph> &kernel_graph) const {
MS_LOG(INFO) << "HardwareOptimize start!";
device::ascend::KernelPreBuild(kernel_graph.get());
opt::AscendBackendOptimization(kernel_graph);
MS_EXCEPTION_IF_NULL(kernel_graph);
kernel_graph->SetExecOrderByDefault();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册