Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A DSymmetricMemory.cpp50 static std::unordered_map<uint64_t, void*> alloc_id_to_dev_ptr{}; variable
81 if (alloc_id_to_dev_ptr.find(alloc_id) != alloc_id_to_dev_ptr.end()) { in empty_strided_p2p_persistent()
82 dev_ptr = alloc_id_to_dev_ptr[alloc_id]; in empty_strided_p2p_persistent()
93 alloc_id_to_dev_ptr[alloc_id] = dev_ptr; in empty_strided_p2p_persistent()