You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 31, 2025. It is now read-only.
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_CHECKline raises aRuntimeError.See the ipex ticket for more details and code to reproduce the error.