!1076 modify lhisi compile bug

From: @wqtshg
Reviewed-by: @xchu42,@ji_chen
Signed-off-by: @ji_chen
pull/1076/MERGE
mindspore-ci-bot 4 years ago committed by Gitee
commit 9c8be335ad

@ -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 @@
Subproject commit 2596725889c19c60a03440ab9e4e313070326ec0
Subproject commit 85ed8691aab1f0c7d3b45785129e9063c84993ed

@ -1 +1 @@
Subproject commit 6516132e2eaeea2bf51cc790d52c83709588f5d8
Subproject commit b45f4e83d6a10bc22e15123a13fc8544c29f8c5d
Loading…
Cancel
Save