Home
last modified time | relevance | path

Searched refs:task_result (Results 1 – 7 of 7) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/
Dkernel_fusion.cc131 std::string task_result; in KernelFusion() local
133 auto ret = ParallelBuildManager::WaitOne(&task_id, &task_result, &build_result); in KernelFusion()
138 if (task_result != "Success") { in KernelFusion()
139 …MS_LOG(INFO) << "Fusion op build failed, error log: " << task_result << ", change to single op bui… in KernelFusion()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/
Dtbe_kernel_parallel_build.cc92 std::string task_result; in TbeOpParallelBuild() local
94 auto ret = ParallelBuildManager::WaitOne(&task_id, &task_result, &build_result); in TbeOpParallelBuild()
100 if (task_result != "Success") { in TbeOpParallelBuild()
101 …EXCEPTION(ArgumentError) << "task compile Failed, task id:" << task_id << ", cause:" << task_result in TbeOpParallelBuild()
308 bool ParallelBuildManager::WaitOne(int *task_id, std::string *task_result, std::string *pre_build_r… in WaitOne() argument
310 return AscendKernelBuildClient::Instance().TbeWait(task_id, task_result, pre_build_result); in WaitOne()
Dtbe_kernel_parallel_build.h68 static bool WaitOne(int *task_id, std::string *task_result, std::string *build_result);
/third_party/mindspore/mindspore/ccsrc/backend/session/
Dkernel_build_client.cc146 bool AscendKernelBuildClient::TbeWait(int *task_id, std::string *task_result, std::string *pre_buil… in TbeWait() argument
156 *task_result = SendRequest(kContinue); in TbeWait()
Dkernel_build_client.h244 bool TbeWait(int *task_id, std::string *task_result, std::string *pre_build_result);
/third_party/boost/boost/asio/detail/impl/
Dscheduler.ipp474 std::size_t task_result = o->task_result_;
486 o->complete(this, ec, task_result);
555 std::size_t task_result = o->task_result_;
567 o->complete(this, ec, task_result);
610 std::size_t task_result = o->task_result_;
622 o->complete(this, ec, task_result);
/third_party/boost/libs/asio/include/boost/asio/detail/impl/
Dscheduler.ipp474 std::size_t task_result = o->task_result_;
486 o->complete(this, ec, task_result);
555 std::size_t task_result = o->task_result_;
567 o->complete(this, ec, task_result);
610 std::size_t task_result = o->task_result_;
622 o->complete(this, ec, task_result);