We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, cross posting from ipex #647: torch-ccl does not support torch.distributed.reduce_scatter, despite the claims in the docs.
torch.distributed.reduce_scatter
For instance, in 2.1.300+xpu we have:
torch-ccl/src/ProcessGroupCCL.cpp
Lines 871 to 877 in b9ce713
TORCH_CHECK
RuntimeError
See the ipex ticket for more details and code to reproduce the error.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
torch-ccl/src/ProcessGroupCCL.cpp
Lines 871 to 877 in b9ce713
where the
TORCH_CHECK
line raises aRuntimeError
.See the ipex ticket for more details and code to reproduce the error.
The text was updated successfully, but these errors were encountered: