Home
last modified time | relevance | path

Searched defs:hash_table_addr (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/delegate/parameter_cache/gpu/
Dgpu_cache_mem.cc117 bool GPUCacheMem::HashSwapOut(void *hash_table_addr, void *swap_out_value_addr, void *swap_out_inde… in HashSwapOut()
137 bool GPUCacheMem::HashSwapIn(void *hash_table_addr, void *swap_in_value_addr, void *swap_in_index_a… in HashSwapIn()
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/delegate/parameter_cache/gpu/
Dgpu_cache_mem.cc118 bool GPUCacheMem::HashSwapOut(void *hash_table_addr, void *swap_out_value_addr, void *swap_out_inde… in HashSwapOut()
138 bool GPUCacheMem::HashSwapIn(void *hash_table_addr, void *swap_in_value_addr, void *swap_in_index_a… in HashSwapIn()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/graph_scheduler/actor/embedding_cache/
Ddevice_sparse_embedding_operation.cc51 auto hash_table_addr = reinterpret_cast<float *>(hash_info.address.addr); in PushCacheFromDeviceToLocalHost() local
107 auto hash_table_addr = reinterpret_cast<float *>(hash_info.address.addr); in PullCacheFromLocalHostToDevice() local
Ddevice_dense_embedding_operation.cc103 auto hash_table_addr = reinterpret_cast<float *>(hash_info.address.addr); in PushCacheFromDeviceToLocalHost() local
159 auto hash_table_addr = reinterpret_cast<float *>(hash_info.address.addr); in PullCacheFromLocalHostToDevice() local
Dembedding_cache_prefetch_actor.cc856 float *hash_table_addr) { in InsertLocalHostCache()
870 … const int *insert_indices, const float *insert_data, float *hash_table_addr) { in InsertLocalHostCache()
907const float *hash_table_addr, const int *indices_addr, in LookupLocalHostCache()
1362 auto hash_table_addr = reinterpret_cast<float *>(hash_info.address.addr); in SyncDeviceEmbeddingTable() local