Browse Source

MemcpyAsync in aicore executor.

tags/v1.3.0
zhaozhixuan 3 years ago
parent
commit
5f63b5ee91
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ge/hybrid/node_executor/aicore/aicore_op_task.cc

+ 1
- 1
ge/hybrid/node_executor/aicore/aicore_op_task.cc View File

@@ -377,7 +377,7 @@ Status AiCoreOpTask::UpdateTilingInfo(TaskContext &context) {
tiling_key_ = tiling_info.tiling_key;
GELOGD("Successfully getting [tiling_key] : %u", tiling_key_);
if (tiling_data_.empty()) {
GELOGD("[%s] Tiling data is empty.", op_desc->GsetName().c_str());
GELOGD("[%s] Tiling data is empty.", op_desc->GetName().c_str());
return SUCCESS;
}
if (tiling_buffer_ == nullptr) {


Loading…
Cancel
Save