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
Hi, I tried to use OpenCL, but noticed that my Lenovo Thinkpad T480 was seemingly missing the required libraries despite importing its profile. clinfo is returning zero platforms.
Then I realized this affects all "legacy platforms" that try to use the intel-compute-runtime, i.e. Gen 8, 9 and 11 Intel cores. They instead have to use intel-compute-runtime-legacy1. With that I get an expected clinfo output.
I propose a new option in the common intel gpu configuration to switch between those. Installing them side-by-side is not possible due to a file conflict. Specific hardware profiles then should set it correctly to get either of those packages.
P.S.: The T480 profile should set hardware.intelgpu.vaapiDriver = "intel-media-driver";.
The text was updated successfully, but these errors were encountered:
I see no mention of intel-compute-runtime-legacy1 anywhere in this repo. There are abstractions for different Intel CPU/GPU generations, but all import intel-compute-runtime, which doesn't work on older generations. I repeat that my use case is OpenCL, the other stuff like OpenGL, Vulkan, VAAPI works already.
This means the appropriate Intel generations should get this version of intel-compute-runtime, which requires a bit of refactoring I fear. Additionally, the Thinkpad T480 profile should add the correct generation, which is made difficult because it was released with two different Intel generations of CPUs (7th + 8th).
Hi, I tried to use OpenCL, but noticed that my Lenovo Thinkpad T480 was seemingly missing the required libraries despite importing its profile.
clinfo
is returning zero platforms.Then I realized this affects all "legacy platforms" that try to use the
intel-compute-runtime
, i.e. Gen 8, 9 and 11 Intel cores. They instead have to useintel-compute-runtime-legacy1
. With that I get an expectedclinfo
output.I propose a new option in the common intel gpu configuration to switch between those. Installing them side-by-side is not possible due to a file conflict. Specific hardware profiles then should set it correctly to get either of those packages.
P.S.: The T480 profile should set
hardware.intelgpu.vaapiDriver = "intel-media-driver";
.The text was updated successfully, but these errors were encountered: