Home
last modified time | relevance | path

Searched refs:MS_CTX_ENABLE_TASK_SINK (Results 1 – 14 of 14) 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()
93 if (!context->get_param<bool>(MS_CTX_ENABLE_TASK_SINK)) { in GetRankID()
109 if (!context->get_param<bool>(MS_CTX_ENABLE_TASK_SINK)) { in GetRankSize()
/third_party/mindspore/mindspore/core/utils/
Dms_context.cc72 set_param<bool>(MS_CTX_ENABLE_TASK_SINK, true); in MsContext()
Dms_context.h80 MS_CTX_ENABLE_TASK_SINK, enumerator
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/
Dascend_backend_optimization.cc304 …if (context_ptr->get_param<bool>(MS_CTX_ENABLE_TASK_SINK) && context_ptr->get_param<bool>(MS_CTX_E… in AscendBackendIRFusionOptimization()
434 …if (context_ptr->get_param<bool>(MS_CTX_ENABLE_TASK_SINK) && context_ptr->get_param<bool>(MS_CTX_E… in AscendBackendOptimization()
/third_party/mindspore/mindspore/ccsrc/vm/
Dtransform.cc590 context_ptr->set_param<bool>(MS_CTX_ENABLE_TASK_SINK, false); in CreateBackend()
595 context_ptr->set_param<bool>(MS_CTX_ENABLE_TASK_SINK, false); in CreateBackend()
/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()
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_kernel_runtime.cc96 if (!context_ptr->get_param<bool>(MS_CTX_ENABLE_TASK_SINK)) { in GetRankIdStr()
300 !context_ptr->get_param<bool>(MS_CTX_ENABLE_TASK_SINK)) { in ReleaseDeviceRes()
1081 bool is_task_sink = context_ptr->get_param<bool>(MS_CTX_ENABLE_TASK_SINK); in HcclInit()
Dascend_stream_assign.cc2019 if (!ms_context->get_param<bool>(MS_CTX_ENABLE_TASK_SINK)) { in IsTaskSink()
/third_party/mindspore/mindspore/ccsrc/backend/session/
Dascend_session.cc144 if (ms_context->get_param<bool>(MS_CTX_ENABLE_TASK_SINK) == false) { in IsVMGraphTaskSink()
1513 bool is_task_sink = context_ptr->get_param<bool>(MS_CTX_ENABLE_TASK_SINK); in Load()
1530 is_task_sink = context_ptr->get_param<bool>(MS_CTX_ENABLE_TASK_SINK); in Execute()
1671 if (!context_ptr->get_param<bool>(MS_CTX_ENABLE_TASK_SINK)) { in MergeGraphExecOrder()
Danf_runtime_algorithm.cc2350 ms_context->get_param<bool>(MS_CTX_ENABLE_TASK_SINK) == true) { in CacheAddrForGraph()
/third_party/mindspore/mindspore/ccsrc/runtime/hccl_adapter/
Dhccl_adapter.cc415 auto task_sink = context_ptr->get_param<bool>(MS_CTX_ENABLE_TASK_SINK); in FinalizeHcclComm()
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Daction.cc631 if (!ms_ctx->get_param<bool>(MS_CTX_ENABLE_TASK_SINK)) { in IsCtrlSink()
709 auto task_sink = context_ptr->get_param<bool>(MS_CTX_ENABLE_TASK_SINK); in TaskEmitAction()
Dpipeline.cc1294 ms_context->set_param<bool>(MS_CTX_ENABLE_TASK_SINK, false); in InitHccl()
/third_party/mindspore/mindspore/ccsrc/runtime/device/
Dkernel_adjust.cc69 return (context_ptr->get_param<bool>(MS_CTX_ENABLE_TASK_SINK) && in NeedInsertSwitch()