This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
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
fix
tags/v1.3.0
wjm
4 years ago
parent
67de533b5a
commit
88809a3e00
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
ge/ge_runtime/task/hccl_task.cc
+ 0
- 1
ge/ge_runtime/task/hccl_task.cc
View File
@@ -155,7 +155,6 @@ bool HcclTask::SetSecondaryStream() {
}
stream = std::make_shared<HcclTask::StreamGuard>(rt_model_handle_, new_stream);
GE_RT_FALSE_CHECK_NOTNULL(stream);
secondary_stream_vec[index] = stream;
}
secondary_stream_list_.push_back(stream);
Write
Preview
Loading…
Cancel
Save