Searched defs:NcclCommList (Results 1 – 1 of 1) sorted by relevance
247 struct NcclCommList { struct248 std::unique_ptr<ncclComm_t[]> comms;249 int ndevices;250 NcclCommList(const std::vector<int>& devices) in NcclCommList() argument256 ~NcclCommList() { in ~NcclCommList()270 ArrayRef<ncclComm_t> ref() const { in ref()