Replies: 2 comments 8 replies
-
@xiaoyun2 please follow this section of Get Started Guide. Alternatively, you can try installing intel-oneapi-runtime-libs from your package manager: https://software.intel.com/content/www/us/en/develop/documentation/installation-guide-for-intel-oneapi-toolkits-linux/top/installation/install-using-package-managers/apt.html |
Beta Was this translation helpful? Give feedback.
8 replies
-
I am facing similar issue : oneapi-src/oneAPI-samples#1337 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using dpcpp_compiler 27c632e to compiler and run the offical example vadd_usm.cpp.
compiling:
clang++ -fsycl vadd_usm.cpp
running:
SYCL_DEVICE_FILTER=opencl ./a.out
And I get the following runtime error message:
terminate called after throwing an instance of 'cl::sycl::runtime_error' what(): No device of requested type available. -1 (CL_DEVICE_NOT_FOUND) Aborted (core dumped)
How should I fix this problem, can anyone give some help?
Beta Was this translation helpful? Give feedback.
All reactions