-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot build Python bindings or with Intel GPU support #2
Comments
Sorry for the late reply, but I didn't got a notification for a new issue. Regarding the Python issue:It seems that on your machine, the library files are not installed to Could you try setting
I added the Regarding the Intel GPU issue:That's a though one. I've also tried to get Level Zero working on my local machine with an Intel iGPU, but also had major problems. It currently works and is tested on Intel's Tiber Developer Cloud, where everything is preinstalled. I just merged a rather large overhaul onto main, maybe you can check this out too. |
No worries - thanks for the response. I will give these suggestions a shot and experiment a little more. |
@nec4 Have you managed to get it working with these fixes? |
Hello @vancraar - unfortunately, I have been a bit busy with some other tasks. I am solving already some other issues related to the Intel GPU currently. However, I will try to test this soon and get back to you. Thanks for your help. |
Hello. The tools look very interesting but I am having trouble building them properly for a user-level, non-root installation:
The CPP CPU example compiles and runs as expected, but the python bindings don't work as expected:
And just as well the Intel GPU support is disabled. If it helps, I am using OneAPI 2024.2 and Level-Zero v1.17.44, and GCC 13.2.0.
The detected python distribution also has
pybind11=2.13.6
installed but it is seemingly not found bycmake
. Runningccmake .
reveals that the following are not found:The text was updated successfully, but these errors were encountered: