-
Notifications
You must be signed in to change notification settings - Fork 240
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
iGPU is not detected on Ubuntu 22.04, Gemini Lake #797
Comments
I can get it to work in a new Ubuntu 22.04 container using the Jammy repo's
The container where it doesn't work,
|
If I roll back to
I observe that
|
Also, packages from release 24.39 has known issue described here: #770 |
I was just pulling The The newer packages should detect an unsupported legacy iGPU and write something to dmesg or wherever so that the incompatibility can be diagnosed. Also the README should make a reference to this information under the |
I'm attempting to run an OpenCL workload on Ubuntu 22.04 on a Intel Celeron J4125 (Gemini Lake) CPU with integrated UHD Graphics 600 GPU.
When I run
sycl-ls
orclinfo
, only the CPU is discovered:This is possibly a regression introduced since version 23.13.26032.26-627~22.04 of the intel-opencl-icd package.
The text was updated successfully, but these errors were encountered: