Getting a The procedure entry point zeDeviceGetRootDevice could not be located in the dynamic link library ur_adapter_level_zero.dl #13039
JordiCarrion
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I followed the "get started" instructions and managed to compile a clang++ with Cuda support (Windows 10 platform). Now, trying the first program (the one suggested that adds 2 vectors), I get the following error:
The procedure entry point zeDeviceGetRootDevice could not be located in the dynamic link library ur_adapter_level_zero.dll.
That happens when creating the queue, not matter what selector i try (default_selector, gpu_selector).
Compiled with:
clang++ -fsycl -fsycl-targets=nvptx64-nvidia-cuda
Any ideas...?
Thank you!!
Beta Was this translation helpful? Give feedback.
All reactions