torch-ccl
torch-ccl copied to clipboard
Building with torch nightly (torch 2.5) for XPU
How can I build this with the latest upstream pytorch ? Latest, pytorch has XPU support by default. Additionally, XPU triton backend is also moving towards working with the upstream pytorch. However, this repo works only with older version of pytorch and requires IPEX. When it will be possible to build torch-ccl with upstream pytorch?
Running across this issue too, but I get around it by simply building a .whl of this project from commit v2.3.100+xpu and installing that alongside my custom-built PyTorch 2.5.0 .whl. Seems to work just fine, although it'd be more convenient if I didn't have to build everything from source.