Browse Source

fix

tags/v1.3.0
wjm 4 years ago
parent
commit
88809a3e00
1 changed files with 0 additions and 1 deletions
  1. +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);


Loading…
Cancel
Save