Home
last modified time | relevance | path

Searched defs:is_task_sink (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/utils/
Dcomm_manager.cc76 bool is_task_sink = context_ptr->get_param<bool>(MS_CTX_ENABLE_TASK_SINK); in CreateGroupSync() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/hccl/
Dhccl_kernel.cc198 bool is_task_sink = context_ptr->get_param<bool>(MS_CTX_ENABLE_TASK_SINK); in GetWorkspaceSizeList() local
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_kernel_runtime.cc413 bool AscendKernelRuntime::Load(const session::KernelGraph &graph, bool is_task_sink) { in Load()
701 bool AscendKernelRuntime::Run(const session::KernelGraph &graph, bool is_task_sink) { in Run()
1081 bool is_task_sink = context_ptr->get_param<bool>(MS_CTX_ENABLE_TASK_SINK); in HcclInit() local
/third_party/mindspore/mindspore/ccsrc/backend/session/
Dascend_session.cc1513 bool is_task_sink = context_ptr->get_param<bool>(MS_CTX_ENABLE_TASK_SINK); in Load() local
1526 bool is_task_sink = false; in Execute() local
/third_party/mindspore/mindspore/ccsrc/runtime/device/gpu/
Dgpu_kernel_runtime.cc456 bool GPUKernelRuntime::Run(const session::KernelGraph &graph, bool is_task_sink) { in Run()