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
!1870
Fix nullptr on Windows
Merge pull request
!1870
from JesseKLee/FindMe
tags/v0.5.0-beta
mindspore-ci-bot
Gitee
5 years ago
parent
fcdc88cca9
86af5ea9f5
commit
d93197a136
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
mindspore/ccsrc/dataset/util/task.cc
+ 1
- 1
mindspore/ccsrc/dataset/util/task.cc
View File
@@ -69,7 +69,7 @@ void Task::ShutdownGroup() { // Wake up watch dog and shutdown the engine.
vg->rc_ = rc_;
vg->rc_ = rc_;
rcLock.unlock();
rcLock.unlock();
TaskManager::InterruptMaster(rc_);
TaskManager::InterruptMaster(rc_);
TaskManager::InterruptGroup(*
gMyTask
);
TaskManager::InterruptGroup(*
this
);
}
}
}
}
}
}
Write
Preview
Loading…
Cancel
Save