Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A DUCCUtils.hpp106 struct torch_ucc_oob_coll_info_t { struct
107 c10::intrusive_ptr<Store> store;
108 uint32_t comm_id;
109 int rank;
110 int size;
111 void* rbuf;
112 size_t msglen;
113 std::string getKey(std::string key) { in getKey()