Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/session/
Dgpu_session.cc146 …auto runtime_instance = device::KernelRuntimeManager::Instance().GetSingleKernelRuntime(kGPUDevice… in StartKernelRT()
249 …auto runtime_instance = device::KernelRuntimeManager::Instance().GetSingleKernelRuntime(kGPUDevice… in AllocateMemory()
257 …auto runtime_instance = device::KernelRuntimeManager::Instance().GetSingleKernelRuntime(kGPUDevice… in RunOpAllocateMemory()
264 …auto runtime_instance = device::KernelRuntimeManager::Instance().GetSingleKernelRuntime(kGPUDevice… in RunOpGenKernelEvent()
271 …auto runtime_instance = device::KernelRuntimeManager::Instance().GetSingleKernelRuntime(kGPUDevice… in RunOpClearMemory()
404 …auto runtime_instance = device::KernelRuntimeManager::Instance().GetSingleKernelRuntime(kGPUDevice… in CompileGraphImpl()
607 … device::KernelRuntimeManager::Instance().GetSingleKernelRuntime(kGPUDevice, device_id_); in UpdateOutputTensors()
631 …auto runtime_instance = device::KernelRuntimeManager::Instance().GetSingleKernelRuntime(kGPUDevice… in Execute()
722 …auto runtime_instance = device::KernelRuntimeManager::Instance().GetSingleKernelRuntime(kGPUDevice… in DumpDataEnabledIteration()
729 …auto runtime_instance = device::KernelRuntimeManager::Instance().GetSingleKernelRuntime(kGPUDevice… in SyncStream()
/third_party/mindspore/mindspore/ccsrc/runtime/device/
Dkernel_runtime_manager.h39 KernelRuntime *GetSingleKernelRuntime(const std::string &device_name, uint32_t device_id);
Dkernel_runtime_manager.cc71 KernelRuntime *KernelRuntimeManager::GetSingleKernelRuntime(const std::string &device_name, uint32_… in GetSingleKernelRuntime() function in mindspore::device::KernelRuntimeManager
Dkernel_adjust.cc835 …auto runtime_instance = KernelRuntimeManager::Instance().GetSingleKernelRuntime(kAscendDevice, dev… in InitCtrlInputs()
/third_party/mindspore/mindspore/ccsrc/debug/data_dump/
Ddump_utils.cc33 …auto kernel_runtime = device::KernelRuntimeManager::Instance().GetSingleKernelRuntime(device_targe… in ConvertPhysicalDeviceId()
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/executor/
Dai_core_dynamic_kernel.cc155 …auto runtime_instance = KernelRuntimeManager::Instance().GetSingleKernelRuntime(kAscendDevice, dev… in AllocateWorkspace()