OpenVINO Version
2024.6.0
Operating System
Ubuntu 22.04 (LTS)
Hardware Architecture
x86 (64 bits)
Target Platform
OS: Ubuntu 24.04
CPU: Intel i5 10th gen.
GPU: Intel® UHD Graphics (CML GT2)
Build issue description
No GPU detected
Build script or step-by-step to reproduce
1 Installed openvino==2024.6.0, openvino-dev[onnx]==2024.6.0, optimum[intel]==1.24.0 with pip
2 Already installed required additional packages following this guide and installed the apt package ocl-icd-libopencl1 with the OpenCl ICD loader
3 sudo apt-get install -y ocl-icd-libopencl1
4 added user to render groups (already rebooted the system and verified).
5 python -c "from openvino import Core; print(Core().available_devices)"
What else can I try? I read online that my GPU is supported by OpenVino...
Relevant log output
from this piece of code:
import openvino as ov
core = ov.Core()
core.available_devices
device = "GPU"
core.get_property(device, "FULL_DEVICE_NAME")
I get this error log, in case it may help:
RuntimeError: Exception from src/inference/src/cpp/core.cpp:214:
Check '!m_device_map.empty()' failed at src/plugins/intel_gpu/src/plugin/plugin.cpp:419:
[GPU] Can't get FULL_DEVICE_NAME property as no supported devices found or an error happened during devices query.
[GPU] Please check OpenVINO documentation for GPU drivers setup guide.
Issue submission checklist
OpenVINO Version
2024.6.0
Operating System
Ubuntu 22.04 (LTS)
Hardware Architecture
x86 (64 bits)
Target Platform
OS: Ubuntu 24.04
CPU: Intel i5 10th gen.
GPU: Intel® UHD Graphics (CML GT2)
Build issue description
No GPU detected
Build script or step-by-step to reproduce
1 Installed openvino==2024.6.0, openvino-dev[onnx]==2024.6.0, optimum[intel]==1.24.0 with pip
2 Already installed required additional packages following this guide and installed the apt package ocl-icd-libopencl1 with the OpenCl ICD loader
3 sudo apt-get install -y ocl-icd-libopencl1
4 added user to render groups (already rebooted the system and verified).
5 python -c "from openvino import Core; print(Core().available_devices)"
What else can I try? I read online that my GPU is supported by OpenVino...
Relevant log output
Issue submission checklist