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 91d26d9 commit 2a83d68
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions torch/csrc/distributed/c10d/ProcessGroupXCCL.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -319,8 +319,6 @@ c10::intrusive_ptr<Work> ProcessGroupXCCL::collective(
auto comm = getXCCLComm(key, device);

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

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

Expand Down

0 comments on commit 2a83d68

Please sign in to comment.