This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
Huawei_Technology
/
mindspore
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
13
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
!2416
Fix new control stream bug
Merge pull request
!2416
from caifubi/fix-new-control-stream-bug
tags/v0.5.0-beta
mindspore-ci-bot
Gitee
5 years ago
parent
886dfe6fd7
0c29b70d06
commit
b7bc8e31f6
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
mindspore/ccsrc/session/ascend_session.cc
+ 2
- 0
mindspore/ccsrc/session/ascend_session.cc
View File
@@ -282,6 +282,8 @@ GraphId AscendSession::CompileGraph(NotNull<FuncGraphPtr> func_graph) {
AdjustKernel(graph);
// assign stream
AssignStream(graph);
// insert profiling point
device::KernelAdjust::GetInstance().Profiling(NOT_NULL(graph.get()));
// build kernel
BuildKernel(graph);
// alloc mem
Write
Preview
Loading…
Cancel
Save