Browse Source

update

tags/v1.2.0
chuxing 3 years ago
parent
commit
922e42931d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ge/hybrid/executor/hybrid_execution_context.cc

+ 1
- 1
ge/hybrid/executor/hybrid_execution_context.cc View File

@@ -36,7 +36,7 @@ Status GraphExecutionContext::GetStatus() const {


Status GraphExecutionContext::Synchronize(rtStream_t rt_stream) { Status GraphExecutionContext::Synchronize(rtStream_t rt_stream) {
auto rt_ret = rtStreamSynchronize(rt_stream); auto rt_ret = rtStreamSynchronize(rt_stream);
if (rt_ret == SUCCESS) {
if (rt_ret == RT_ERROR_NONE) {
return SUCCESS; return SUCCESS;
} }




Loading…
Cancel
Save