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
It seems like including oneCCL was forgotten in the latest build, because when I check a previous version (1.13.0+cpu) libccl.so.1 is included in oneccl_bindings_for_pytorch:
The default build option is to ship with oneCCL, perhaps this flag was accidentally wrongly set while building the latest version?
Could you please re-build with the latest oneCCL version? :)
Edit: same for Intel-MPI, libs and bins are also missing
The text was updated successfully, but these errors were encountered:
robogast
changed the title
Misscing oneCCL include in 1.13.100+gpu?
Misscing oneCCL libs in 1.13.100+gpu?
Feb 27, 2023
robogast
changed the title
Misscing oneCCL libs in 1.13.100+gpu?
Misscing oneCCL libs in 1.13.100+gpu
Feb 27, 2023
robogast
changed the title
Misscing oneCCL libs in 1.13.100+gpu
Missing oneCCL libs in 1.13.100+gpu
Feb 27, 2023
Hi @robogast thanks for the feedback.
For torch-ccl 1.13.100+gpu release, we didn't bundle the oneCCL libraries into torch-ccl package. we recommend users to oneCCL/mpi libraries from oneAPI basekit directly.
To use the oneCCL in basekit, the usage would be: source $basekit_root/ccl/latest/env/vars.sh;
to use the mpi in basekit, the usage would be: source $basekit_root/mpi/latest/env/vars.sh
Hi! I've installed
oneccl_bindings_for_pt==1.13.100+gpu
from https://developer.intel.com/ipex-whl-stable-xpu, but after installing I get a "libccl.so.1 not found" error:It seems like including oneCCL was forgotten in the latest build, because when I check a previous version (1.13.0+cpu)
libccl.so.1
is included inoneccl_bindings_for_pytorch
:But in the 1.13.100+gpu version it's missing:
As a temporary fix I can install
oneccl-devel==2021.8.0
from pypi, which still bundles it:The default build option is to ship with oneCCL, perhaps this flag was accidentally wrongly set while building the latest version?
Could you please re-build with the latest oneCCL version? :)
Edit: same for Intel-MPI, libs and bins are also missing
The text was updated successfully, but these errors were encountered: