Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.

openvino doesn't detect GPU

MattiaGCom
Beginner
1,229 Views

Hi everyone.

I am currently trying to run OpenVino on GPU.

OS: Ubuntu 24.04

GPU: Intel® UHD Graphics (CML GT2)

 

Installed openvino==2024.6.0, openvino-dev[onnx]==2024.6.0, optimum[intel]==1.24.0 with pip

 

However. this command: python -c "from openvino import Core; print(Core().available_devices)"

displays only ['CPU']

 

Already installed required additional packages following this guide and installed the apt package ocl-icd-libopencl1 with the OpenCl ICD loader

sudo apt-get install -y ocl-icd-libopencl1

And added user to render groups (already rebooted the system and verified).

 

This piece of code:

 

import openvino as ov

core = ov.Core()

core.available_devices

device = "GPU"

core.get_property(device, "FULL_DEVICE_NAME")

 

 

gives 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.

 

 

What else can I try? I read online that my GPU is supported by OpenVino...

0 Kudos
1 Reply
Peh_Intel
Moderator
1,186 Views

Hi MattiaGCom,

 

We notice that you’ve posted the same issue in our GitHub thread. As such, we will proceed to close this thread. Further discussions regarding this issue can be done in the following GitHub thread: 

https://github.com/openvinotoolkit/openvino/issues/29074 

 


Sincerely, 

Peh 


0 Kudos
Reply