From 74c9f1268c7e0b8d07a2ca690a0a55ed3a937ba1 Mon Sep 17 00:00:00 2001 From: zhujingjing Date: Tue, 27 Jul 2021 10:57:19 +0800 Subject: [PATCH] GE supports aicore DEPEND_SHAPE_RANGE op update outputs shape --- ge/hybrid/node_executor/aicore/aicore_op_task.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ge/hybrid/node_executor/aicore/aicore_op_task.cc b/ge/hybrid/node_executor/aicore/aicore_op_task.cc index b85ad8fe..60834ea1 100644 --- a/ge/hybrid/node_executor/aicore/aicore_op_task.cc +++ b/ge/hybrid/node_executor/aicore/aicore_op_task.cc @@ -571,8 +571,7 @@ Status AiCoreOpTask::UpdateArgs(TaskContext &task_context) { if (shape_buffer_ != nullptr) { arg_base_[index++] = reinterpret_cast(shape_buffer_->GetData()); - GELOGD("Node:%s add shape buffer addr to args.", - task_context.GetNodeName()); + GELOGD("Node:%s add shape buffer addr to args.", task_context.GetNodeName()); } int workspace_num = static_cast(task_context.NumWorkspaces());