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
Failed to build oneCCL_Getting_Started for gpu with provided steps.
while manual bulid works with icpx -fsycl src/sycl/sycl_allreduce_test.cpp -I./src/include -lccl -lmpi.
cd oneapi-toolkit/oneCCL/oneCCL_Getting_Started
mkdir build
cd build
cmake .. -DCMAKE_C_COMPILER=icx -DCMAKE_CXX_COMPILER=icpx -DCOMPUTE_BACKEND=icpx
make sycl_allreduce_test
Observed behavior
$ make sycl_allreduce_test
make: *** No rule to make target 'sycl_allreduce_test'. Stop.
Expected behavior
Build PASS
The text was updated successfully, but these errors were encountered:
kminemur
changed the title
Failed to building sample of oneCCL_Getting_Started for GPU and CPU
Failed to building sample of oneCCL_Getting_Started for GPU and CPU
Mar 15, 2024
Summary
Failed to build oneCCL_Getting_Started for gpu with provided steps.
while manual bulid works with icpx -fsycl src/sycl/sycl_allreduce_test.cpp -I./src/include -lccl -lmpi.
Version
oneAPI2024
Environment
Ubuntu 22.04
Steps to reproduce
source ${ONEAPI_ROOT}/setvars.sh --ccl-configuration=cpu_gpu_dpcpp
cd oneapi-toolkit/oneCCL/oneCCL_Getting_Started
mkdir build
cd build
cmake .. -DCMAKE_C_COMPILER=icx -DCMAKE_CXX_COMPILER=icpx -DCOMPUTE_BACKEND=icpx
make sycl_allreduce_test
Observed behavior
$ make sycl_allreduce_test
make: *** No rule to make target 'sycl_allreduce_test'. Stop.
Expected behavior
Build PASS
The text was updated successfully, but these errors were encountered: