Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Chao1Han committed Sep 10, 2024
1 parent 0f61762 commit 227e98d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions torch/csrc/distributed/c10d/ProcessGroupXCCL.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -149,12 +149,6 @@ class TORCH_API ProcessGroupXCCL : public Backend {
TORCH_CHECK(false, "ProcessGroupXCCL::broadcast not implemented");
}

c10::intrusive_ptr<Work> allreduce_sparse(
std::vector<at::Tensor>& tensors,
const AllreduceOptions& opts = AllreduceOptions()) override {
TORCH_CHECK(false, "ProcessGroupXCCL::allreduce_sparse not implemented");
}

c10::intrusive_ptr<Work> allgather(
std::vector<std::vector<at::Tensor>>& outputTensors,
std::vector<at::Tensor>& inputTensors,
Expand Down

0 comments on commit 227e98d

Please sign in to comment.