Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reduce_scatter raises a RuntimeError #66

Open
garrett361 opened this issue Jun 5, 2024 · 0 comments
Open

reduce_scatter raises a RuntimeError #66

garrett361 opened this issue Jun 5, 2024 · 0 comments

Comments

@garrett361
Copy link

Hello, cross posting from ipex #647: torch-ccl does not support torch.distributed.reduce_scatter, despite the claims in the docs.

For instance, in 2.1.300+xpu we have:

c10::intrusive_ptr<C10D_Work> ProcessGroupCCL::reduce_scatter(
std::vector<at::Tensor>& /* unused */,
std::vector<std::vector<at::Tensor>>& /* unused */,
const ReduceScatterOptions& /* unused */)
{
TORCH_CHECK(false, "ProcessGroupCCL does not support reduce_scatter");
}

where the TORCH_CHECK line raises a RuntimeError.

See the ipex ticket for more details and code to reproduce the error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant