|
|
@@ -354,6 +354,7 @@ Status AiCoreOpTask::CalcTilingInfo(const NodePtr &node, OpRunInfo &tiling_info) |
|
|
if (is_single_op_) { |
|
|
if (is_single_op_) { |
|
|
tiling_info.clear_atomic = false; |
|
|
tiling_info.clear_atomic = false; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
GELOGD("[%s] Done invoking OpParaCalculate successfully.", node->GetName().c_str()); |
|
|
GELOGD("[%s] Done invoking OpParaCalculate successfully.", node->GetName().c_str()); |
|
|
return SUCCESS; |
|
|
return SUCCESS; |
|
|
} |
|
|
} |
|
|
|