Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/runtime/device/
Dkernel_runtime_manager.cc90 return GetKernelRuntime(device_name, device_id); in GetSingleKernelRuntime()
93 KernelRuntime *KernelRuntimeManager::GetKernelRuntime(const std::string &device_name, uint32_t devi… in GetKernelRuntime() function in mindspore::device::KernelRuntimeManager
120 return GetKernelRuntime(device_name, device_id); in GetCurrentKernelRuntime()
Dkernel_runtime_manager.h37 KernelRuntime *GetKernelRuntime(const std::string &device_name, uint32_t device_id);
/third_party/mindspore/mindspore/ccsrc/backend/session/
Dascend_session.cc514 …auto runtime_instance = device::KernelRuntimeManager::Instance().GetKernelRuntime(kAscendDevice, d… in LoadInputData()
629 …auto runtime_instance = device::KernelRuntimeManager::Instance().GetKernelRuntime(kAscendDevice, d… in CompileGraphImpl()
740 …auto runtime_instance = device::KernelRuntimeManager::Instance().GetKernelRuntime(kAscendDevice, d… in CompileChildGraph()
1229 …auto runtime_instance = device::KernelRuntimeManager::Instance().GetKernelRuntime(kAscendDevice, d… in InitRuntimeResource()
1333 …auto runtime_instance = device::KernelRuntimeManager::Instance().GetKernelRuntime(kAscendDevice, d… in BuildDynamicKernel()
1473 …auto runtime_instance = device::KernelRuntimeManager::Instance().GetKernelRuntime(kAscendDevice, d… in MemoryAlloc()
1482 …auto runtime_instance = device::KernelRuntimeManager::Instance().GetKernelRuntime(kAscendDevice, d… in RunOpMemoryAlloc()
1490 …auto runtime_instance = device::KernelRuntimeManager::Instance().GetKernelRuntime(kAscendDevice, d… in RunOpMemoryAllocNew()
1497 …auto runtime_instance = device::KernelRuntimeManager::Instance().GetKernelRuntime(kAscendDevice, d… in RunOpGenKernelEvent()
1504 …auto runtime_instance = device::KernelRuntimeManager::Instance().GetKernelRuntime(kAscendDevice, d… in RunOpMemoryClear()
[all …]
Dsession_basic.cc2593 …auto runtime_instance = device::KernelRuntimeManager::Instance().GetKernelRuntime(devcie_target, d… in InitPsWorker()
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_device_address.cc80 …auto runtime_instance = device::KernelRuntimeManager::Instance().GetKernelRuntime(kAscendDevice, d… in SyncMemory()
106 …auto runtime_instance = device::KernelRuntimeManager::Instance().GetKernelRuntime(kAscendDevice, d… in DataSync()
172 …auto runtime_instance = device::KernelRuntimeManager::Instance().GetKernelRuntime(kAscendDevice, d… in SyncStream()
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Dpipeline.cc1301 …auto runtime_instance = device::KernelRuntimeManager::Instance().GetKernelRuntime(device_name, dev… in InitHccl()
1397 …auto runtime_instance = device::KernelRuntimeManager::Instance().GetKernelRuntime(device_name, dev… in StartUpProfiling()