Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/ps/ps_cache/
Dps_cache_basic.h40 virtual bool SynchronizeStream() = 0;
Dps_cache_manager.cc412 RETURN_IF_FALSE(embedding_device_cache_->cache_->SynchronizeStream()); in ProcessData()
823 RETURN_IF_FALSE(embedding_device_cache_->cache_->SynchronizeStream()); in HashSwapHostToDevice()
851 RETURN_IF_FALSE(embedding_device_cache_->cache_->SynchronizeStream()); in HashSwapDeviceToHost()
1101 RETURN_IF_FALSE(embedding_device_cache_->cache_->SynchronizeStream()); in SyncDeviceEmbeddingTable()
1136 embedding_device_cache_->cache_->SynchronizeStream(); in DumpHashTables()
/third_party/mindspore/mindspore/ccsrc/ps/ps_cache/gpu/
Dgpu_ps_cache.h35 bool SynchronizeStream() override;
Dgpu_ps_cache.cc60 bool GPUPsCache::SynchronizeStream() { in SynchronizeStream() function in mindspore::ps::gpu::GPUPsCache
/third_party/mindspore/mindspore/ccsrc/ps/ps_cache/ascend/
Dascend_ps_cache.h58 bool SynchronizeStream() override;
Dascend_ps_cache.cc146 return SynchronizeStream(); in MallocConstantMemory()
180 bool AscendPsCache::SynchronizeStream() { in SynchronizeStream() function in mindspore::ps::ascend::AscendPsCache