Searched refs:rdma_addr_ (Results 1 – 2 of 2) sorted by relevance
1489 rdma_addr_(nullptr), in RdmaTensorRequest()1540 rdma_addr_ = DMAHelper::base(result_tensor_); in AllocateTensors()1541 mr_ = RdmaMemoryMgr::Singleton().FindMemoryRegion(rdma_addr_, tensor_size); in AllocateTensors()1548 rdma_addr_ = DMAHelper::base(proxy_tensor_); in AllocateTensors()1550 RdmaMemoryMgr::Singleton().FindMemoryRegion(rdma_addr_, tensor_size); in AllocateTensors()1555 rdma_addr_ = malloc(proto_size); in AllocateTensors()1556 mr_ = ibv_reg_mr(RdmaMemoryMgr::Singleton().pd_, rdma_addr_, proto_size, in AllocateTensors()1559 CHECK(mr_ != nullptr) << " No memory region found for address " << rdma_addr_ in AllocateTensors()1586 rm.remote_addr_ = (uint64_t)rdma_addr_; in Send()1599 << index_ << ": " << rm.name_ << " on " << rdma_addr_ in Send()[all …]
298 void* rdma_addr_; variable