Searched defs:host_addr (Results 1 – 6 of 6) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/runtime/device/gpu/ |
D | gpu_memory_copy_manager.cc | 32 …yManager::AddMemSwapOutTask(const DeviceAddressPtr &device_address, const HostAddress &host_addr) { in AddMemSwapOutTask() 50 …CopyManager::AddMemSwapInTask(const DeviceAddressPtr &device_address, const HostAddress &host_addr, in AddMemSwapInTask()
|
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/mem_reuse/ |
D | mem_copy_manager.h | 106 …ual void AddMemSwapOutTask(const DeviceAddressPtr &device_address, const HostAddress &host_addr) {} in AddMemSwapOutTask() 108 …void AddMemSwapInTask(const DeviceAddressPtr &device_address, const HostAddress &host_addr, bool p… in AddMemSwapInTask()
|
D | mem_swap_manager.cc | 279 HostAddress host_addr; in AddSwapInfo() local 599 auto &host_addr = host_addr_pair.second.first; in AssignHostMemory() local 643 for (auto &host_addr : host_addrs) { in ResetHostAddrIsDirty() local 654 for (const auto &host_addr : host_addrs_list_) { in ReleaseHostPinnedMem() local
|
/third_party/mindspore/mindspore/ccsrc/pybind_api/ir/ |
D | tensor_py.cc | 303 void MemCopyFromCacheToHost(void *hashmap_addr, void *host_addr, void *cache_addr, size_t host_max,… in MemCopyFromCacheToHost()
|
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/cache_embedding/ |
D | cache_embedding.cc | 142 void MemCopyFromHostToCache(void *hashmap_addr, void *host_addr, void *cache_addr, size_t host_max,… in MemCopyFromHostToCache()
|
/third_party/toybox/generated/ |
D | globals.h | 888 char *host_addr; member
|