|
|
@@ -571,8 +571,7 @@ Status AiCoreOpTask::UpdateArgs(TaskContext &task_context) { |
|
|
|
|
|
|
|
if (shape_buffer_ != nullptr) { |
|
|
|
arg_base_[index++] = reinterpret_cast<uintptr_t>(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<int>(task_context.NumWorkspaces()); |
|
|
|