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
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: