Searched defs:torch_ucc_oob_coll_info_t (Results 1 – 1 of 1) sorted by relevance
106 struct torch_ucc_oob_coll_info_t { struct107 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()