diff --git a/ge/hybrid/executor/hybrid_model_pipeline_executor.cc b/ge/hybrid/executor/hybrid_model_pipeline_executor.cc index 9de846bc..b043ca7f 100644 --- a/ge/hybrid/executor/hybrid_model_pipeline_executor.cc +++ b/ge/hybrid/executor/hybrid_model_pipeline_executor.cc @@ -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; } diff --git a/metadef b/metadef index 25967258..85ed8691 160000 --- a/metadef +++ b/metadef @@ -1 +1 @@ -Subproject commit 2596725889c19c60a03440ab9e4e313070326ec0 +Subproject commit 85ed8691aab1f0c7d3b45785129e9063c84993ed diff --git a/parser b/parser index 6516132e..b45f4e83 160000 --- a/parser +++ b/parser @@ -1 +1 @@ -Subproject commit 6516132e2eaeea2bf51cc790d52c83709588f5d8 +Subproject commit b45f4e83d6a10bc22e15123a13fc8544c29f8c5d