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