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
[bugfix]:add ps cache status reset
tags/v1.1.0
lizhenyu
5 years ago
parent
74670d0f90
commit
ecb64b8e14
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
mindspore/ccsrc/ps/ps_context.cc
+ 1
- 0
mindspore/ccsrc/ps/ps_context.cc
View File
@@ -62,6 +62,7 @@ void PSContext::Reset() {
is_worker_ = false;
is_pserver_ = false;
is_sched_ = false;
set_cache_enable(false);
}
std::string PSContext::ms_role() const {
Write
Preview
Loading…
Cancel
Save