As reported by @irudkin in #23 users compiling the project with oneAPI Base Toolkit 2023.0.0 and the corresponding SYCL CUDA backend plugin may run into some release-specific compilation issues. Namely:
dpcpp executable is deprecated and replaced with icpx -fsycl
As reported by @irudkin in #23 users compiling the project with oneAPI Base Toolkit 2023.0.0 and the corresponding SYCL CUDA backend plugin may run into some release-specific compilation issues. Namely:
dpcpp
executable is deprecated and replaced withicpx -fsycl
A suggested solution:
dpcpp
check insrc_sycl/CMakeLists.txt
with anicpx
check