Home
last modified time | relevance | path

Searched defs:host_addr (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/device/gpu/
Dgpu_memory_copy_manager.cc32 …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/
Dmem_copy_manager.h106 …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()
Dmem_swap_manager.cc279 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/
Dtensor_py.cc303 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/
Dcache_embedding.cc142 void MemCopyFromHostToCache(void *hashmap_addr, void *host_addr, void *cache_addr, size_t host_max,… in MemCopyFromHostToCache()
/third_party/toybox/generated/
Dglobals.h888 char *host_addr; member