Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Chao1Han committed Sep 14, 2024
1 parent 2a83d68 commit 7f62b86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions torch/csrc/distributed/c10d/ProcessGroupXCCL.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ c10::intrusive_ptr<Work> ProcessGroupXCCL::collective(
auto comm = getXCCLComm(key, device);

auto stream = xcclStreams_.at(key);
std::vector<at::Tensor> outputs{output};

c10::intrusive_ptr<ProcessGroupXCCL::WorkXCCL> work;

Expand Down

0 comments on commit 7f62b86

Please sign in to comment.