This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
hummingbird
/
graphengine
Not watched
Unwatch
Watch all
Watch but not notify
2
Star
0
Fork
0
Code
Releases
13
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
!662
Feature: change profiling open interface
From:
@lixiwen1
Reviewed-by: @xchu42,@wqtshg Signed-off-by:
@wqtshg
tags/v1.2.0
mindspore-ci-bot
Gitee
3 years ago
parent
5499082bd3
f0bcf88234
commit
4579055a17
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
ge/single_op/single_op.cc
+ 1
- 1
ge/single_op/single_op.cc
View File
@@ -39,7 +39,7 @@ size_t GetAlignedSize(size_t size) {
}
Status ProfilingTaskInfo(OpTask *op_task) {
if (!ProfilingManager::Instance().ProfilingModel
Execute
On()) {
if (!ProfilingManager::Instance().ProfilingModel
Load
On()) {
return SUCCESS;
}
Write
Preview
Loading…
Cancel
Save