|
@@ -155,7 +155,6 @@ bool HcclTask::SetSecondaryStream() { |
|
|
} |
|
|
} |
|
|
stream = std::make_shared<HcclTask::StreamGuard>(rt_model_handle_, new_stream); |
|
|
stream = std::make_shared<HcclTask::StreamGuard>(rt_model_handle_, new_stream); |
|
|
GE_RT_FALSE_CHECK_NOTNULL(stream); |
|
|
GE_RT_FALSE_CHECK_NOTNULL(stream); |
|
|
|
|
|
|
|
|
secondary_stream_vec[index] = stream; |
|
|
secondary_stream_vec[index] = stream; |
|
|
} |
|
|
} |
|
|
secondary_stream_list_.push_back(stream); |
|
|
secondary_stream_list_.push_back(stream); |
|
|