Home
last modified time | relevance | path

Searched refs:MS_CTX_ENABLE_PYNATIVE_SYNCHRONIZE (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/pybind_api/utils/
Dms_context_py.cc103 … .value("pynative_synchronize", MsCtxParam::MS_CTX_ENABLE_PYNATIVE_SYNCHRONIZE); in __anon7eb2a90d0202()
/third_party/mindspore/mindspore/core/utils/
Dms_context.cc98 set_param<bool>(MS_CTX_ENABLE_PYNATIVE_SYNCHRONIZE, false); in MsContext()
Dms_context.h94 MS_CTX_ENABLE_PYNATIVE_SYNCHRONIZE, enumerator
/third_party/mindspore/mindspore/ccsrc/runtime/hardware/gpu/
Dgpu_device_context.cc426 ms_context->get_param<bool>(MS_CTX_ENABLE_PYNATIVE_SYNCHRONIZE) && !SyncStream()) { in LaunchKernel()
/third_party/mindspore/mindspore/ccsrc/runtime/device/
Dkernel_runtime.cc1278 auto enable_sync_run = ms_context->get_param<bool>(MS_CTX_ENABLE_PYNATIVE_SYNCHRONIZE); in DebugStreamSync()
/third_party/mindspore/mindspore/ccsrc/backend/session/
Dascend_session.cc939 … op_run_info.is_dynamic_shape || ms_context->get_param<bool>(MS_CTX_ENABLE_PYNATIVE_SYNCHRONIZE); in DisableLazyBuild()