Home
last modified time | relevance | path

Searched refs:InitDevice (Results 1 – 17 of 17) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/ps/ps_cache/
Dps_cache_basic.h35 virtual bool InitDevice(uint32_t device_id, const void *context) = 0;
Dps_cache_manager.cc330 embedding_device_cache_->cache_->InitDevice(device_id, context); in ProcessDataTask()
/third_party/mindspore/mindspore/ccsrc/ps/ps_cache/gpu/
Dgpu_ps_cache.h31 bool InitDevice(uint32_t device_id, const void *context) override;
Dgpu_ps_cache.cc29 bool GPUPsCache::InitDevice(uint32_t device_id, const void *) { in InitDevice() function in mindspore::ps::gpu::GPUPsCache
/third_party/mindspore/mindspore/ccsrc/runtime/device/gpu/
Dgpu_device_manager.h33 void InitDevice();
Dgpu_device_manager.cc26 void GPUDeviceManager::InitDevice() { in InitDevice() function in mindspore::device::gpu::GPUDeviceManager
Dgpu_kernel_runtime.h67 bool InitDevice();
Dgpu_kernel_runtime.cc87 bool ret = InitDevice(); in Init()
237 bool GPUKernelRuntime::InitDevice() { in InitDevice() function in mindspore::device::gpu::GPUKernelRuntime
248 GPUDeviceManager::GetInstance().InitDevice(); in InitDevice()
/third_party/mindspore/mindspore/ccsrc/ps/ps_cache/ascend/
Dascend_ps_cache.h53 bool InitDevice(uint32_t device_id, const void *context) override;
Dascend_ps_cache.cc110 bool AscendPsCache::InitDevice(uint32_t device_id, const void *context) { in InitDevice() function in mindspore::ps::ascend::AscendPsCache
/third_party/mindspore/mindspore/ccsrc/runtime/hardware/gpu/
Dgpu_device_context.h76 bool InitDevice();
Dgpu_device_context.cc83 if (!InitDevice()) { in Initialize()
111 bool GPUDeviceContext::InitDevice() { in InitDevice() function in mindspore::device::gpu::GPUDeviceContext
125 GPUDeviceManager::GetInstance().InitDevice(); in InitDevice()
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Ddevice_manager.h51 bool InitDevice(int64_t device_num, int64_t global_rank, const std::string &backend, const std::vec…
Ddevice_manager.cc30 bool InitDevice(int64_t device_num, int64_t global_rank, const std::string &backend, in InitDevice() function
Dstep_parallel.cc2962 if (!InitDevice(device_num, global_rank, comm_info.communication_backend, stages)) { in ParallelInit()
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_kernel_runtime.h85 bool InitDevice();
Dascend_kernel_runtime.cc344 bool ret = InitDevice(); in Init()
1003 bool AscendKernelRuntime::InitDevice() { in InitDevice() function in mindspore::device::ascend::AscendKernelRuntime