Browse Source

fix codex

tags/v0.3.0-alpha
jjfeing 6 years ago
parent
commit
818527c542
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      mindspore/ccsrc/kernel/tbe/tbe_kernel_parallel_build.cc

+ 1
- 2
mindspore/ccsrc/kernel/tbe/tbe_kernel_parallel_build.cc View File

@@ -245,8 +245,7 @@ void ParallelBuildManager::ResetTaskInfo() {
}
task_map_.clear();
same_op_list_.clear();
PyObject *pArg = Py_BuildValue("()");
(void)PyObject_CallMethod(tbe_parallel_compiler_, kResetTaskInfo, "O", pArg);
(void)PyObject_CallMethod(tbe_parallel_compiler_, kResetTaskInfo, "O");
}
} // namespace kernel
} // namespace mindspore

Loading…
Cancel
Save