|
|
|
@ -567,7 +567,7 @@ Status AiCpuTask::LaunchKernel(rtStream_t stream) {
|
|
|
|
|
GELOGE(RT_FAILED, "Invoke rtKernelLaunch failed. ret = %d, task = %s", ret, this->op_type_.c_str());
|
|
|
|
|
return RT_FAILED;
|
|
|
|
|
}
|
|
|
|
|
GELOGI("[TASK_INFO] %s/%s", std::to_string(kernel_id_).c_str(), op_type_.c_str());
|
|
|
|
|
GELOGI("[TASK_INFO] %lu/%s", kernel_id_, op_type_.c_str());
|
|
|
|
|
|
|
|
|
|
auto status = OpenDump(stream);
|
|
|
|
|
if (status != SUCCESS) {
|
|
|
|
@ -840,6 +840,7 @@ Status AiCpuCCTask::LaunchKernel(rtStream_t stream) {
|
|
|
|
|
GELOGE(ret, "Invoke rtCpuKernelLaunch failed. ret = %d", ret);
|
|
|
|
|
return ret;
|
|
|
|
|
}
|
|
|
|
|
GELOGI("[TASK_INFO] %lu/%s", kernel_id_, op_type_.c_str());
|
|
|
|
|
GELOGD("Invoke rtCpuKernelLaunch succeeded");
|
|
|
|
|
auto status = OpenDump(stream);
|
|
|
|
|
if (status != SUCCESS) {
|
|
|
|
|