Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/cuda/
H A Dnccl.cpp247 struct NcclCommList { struct
248 std::unique_ptr<ncclComm_t[]> comms;
249 int ndevices;
250 NcclCommList(const std::vector<int>& devices) in NcclCommList() argument
256 ~NcclCommList() { in ~NcclCommList()
270 ArrayRef<ncclComm_t> ref() const { in ref()