Skip to content

Unable to detect GPU as inference device  #24804

Description

@js333031

OpenVINO Version

2024.1.0

Operating System

Other (Please specify in description)

Device used for inference

GPU

Framework

None

Model used

No response

Issue description

Hardware: NUC 12 with A770m discreet GPU
OS: Ubuntu 24.04 LTS
Kernel: 6.8.0-31-generic
User's group ownership: video, render

dmesg, output of hello_query_device, output of hello_query_device using strace, list of packages, output of clinfo and vainfo is in attached files.
clinfo.txt
vainfo.txt
hqd.txt
dpkg_list.txt
dmesg.txt
hqd_strace.txt

Step-by-step reproduction

Compute runtime installed after default Ubuntu 24.04 LTS did not work with clinfo using following steps:

mkdir neo
cd neo
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.16695.4/intel-igc-core_1.0.16695.4_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.16695.4/intel-igc-opencl_1.0.16695.4_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/24.17.29377.6/intel-level-zero-gpu-dbgsym_1.3.29377.6_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/24.17.29377.6/intel-level-zero-gpu_1.3.29377.6_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/24.17.29377.6/intel-opencl-icd-dbgsym_24.17.29377.6_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/24.17.29377.6/intel-opencl-icd_24.17.29377.6_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/24.17.29377.6/libigdgmm12_22.3.19_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/24.17.29377.6/ww17.sum
sha256sum -c ww17.sum
sudo dpkg -i *.deb

Relevant log output

See attached

Issue submission checklist

  • I'm reporting an issue. It's not a question.
  • I checked the problem with the documentation, FAQ, open issues, Stack Overflow, etc., and have not found a solution.
  • There is reproducer code and related data files such as images, videos, models, etc.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingcategory: GPUOpenVINO GPU plugin

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions