Describe the bug
I exactly build clang toolchain on CUDA compiler dependency on this link:
https://github.com/intel/llvm/blob/sycl/sycl/doc/GetStartedGuide.md#Build DPC++ toolchain with support for NVIDIA CUDA
my source project version is:
https://github.com/intel/llvm/releases?page=19
oneAPI DPC++ Compiler 2021-09
To Reproduce
Please describe the steps to reproduce the behavior:
- python3 $DPCPP_HOME/intel-llvm/buildbot/configure.py -t debug --cuda -o $DPCPP_HOME/build-cuda-debug
- python3 $DPCPP_HOME/intel-llvm/buildbot/compile.py -o $DPCPP_HOME/build-cuda-debug -j 32
The error log as below:
FAILED: lib/libsycl.so.5.4.0-0

Environment (please complete the following information):
- OS: Linux (CentOS Linux release 7.9.2009 (Core))
- Target device and vendor: [NVIDIA GPU]
- DPC++ version: [e.g. commit hash or output of
clang++ --version]
- Dependencies version: [e.g. low-level runtime versions (like NEO 20.04)]
Additional context
Add any other context about the problem here.
Describe the bug
I exactly build clang toolchain on CUDA compiler dependency on this link:
https://github.com/intel/llvm/blob/sycl/sycl/doc/GetStartedGuide.md#Build DPC++ toolchain with support for NVIDIA CUDA
my source project version is:
https://github.com/intel/llvm/releases?page=19
oneAPI DPC++ Compiler 2021-09
To Reproduce
Please describe the steps to reproduce the behavior:
The error log as below:
FAILED: lib/libsycl.so.5.4.0-0
Environment (please complete the following information):
clang++ --version]Additional context
Add any other context about the problem here.