Home
last modified time | relevance | path

Searched refs:swap_in_value_addr (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/ps/ps_cache/gpu/
Dgpu_ps_cache.cc96 bool GPUPsCache::HashSwapIn(void *hash_table_addr, void *swap_in_value_addr, void *swap_in_index_ad… in HashSwapIn() argument
99 MS_ERROR_IF_NULL(swap_in_value_addr); in HashSwapIn()
101 …shSwapIn(reinterpret_cast<float *>(hash_table_addr), reinterpret_cast<float *>(swap_in_value_addr), in HashSwapIn()
Dgpu_ps_cache.h40 …bool HashSwapIn(void *hash_table_addr, void *swap_in_value_addr, void *swap_in_index_addr, size_t …
/third_party/mindspore/mindspore/ccsrc/ps/ps_cache/ascend/
Dascend_ps_cache.cc252 bool AscendPsCache::HashSwapIn(void *hash_table_addr, void *swap_in_value_addr, void *swap_in_index… in HashSwapIn() argument
255 MS_ERROR_IF_NULL(swap_in_value_addr); in HashSwapIn()
284 std::make_shared<Address>(swap_in_value_addr, swap_in_size * embedding_size * sizeof(float))); in HashSwapIn()
Dascend_ps_cache.h63 …bool HashSwapIn(void *hash_table_addr, void *swap_in_value_addr, void *swap_in_index_addr, size_t …
/third_party/mindspore/mindspore/ccsrc/ps/ps_cache/
Dps_cache_basic.h45 virtual bool HashSwapIn(void *hash_table_addr, void *swap_in_value_addr, void *swap_in_index_addr,