Browse Source

!1076 modify lhisi compile bug

From: @wqtshg
Reviewed-by: @xchu42,@ji_chen
Signed-off-by: @ji_chen
tags/v1.2.0
mindspore-ci-bot Gitee 4 years ago
parent
commit
9c8be335ad
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      ge/hybrid/executor/hybrid_model_pipeline_executor.cc
  2. +1
    -1
      metadef
  3. +1
    -1
      parser

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

@@ -270,7 +270,7 @@ Status HybridModelPipelineExecutor::Execute(HybridModelExecutor::ExecuteArgs &ar

auto last_iter_executor_idx = loop_count % stage_executors_.size();
GE_CHK_STATUS_RET(stage_executors_[last_iter_executor_idx]->GetOutputs(args.outputs, args.output_desc),
"Failed to get output from executor[%d]", last_iter_executor_idx);
"Failed to get output from executor[%zu]", last_iter_executor_idx);
return SUCCESS;
}



+ 1
- 1
metadef

@@ -1 +1 @@
Subproject commit 2596725889c19c60a03440ab9e4e313070326ec0
Subproject commit 85ed8691aab1f0c7d3b45785129e9063c84993ed

+ 1
- 1
parser

@@ -1 +1 @@
Subproject commit 6516132e2eaeea2bf51cc790d52c83709588f5d8
Subproject commit b45f4e83d6a10bc22e15123a13fc8544c29f8c5d

Loading…
Cancel
Save