Skip to content

No [level_zero:gpu] (only [opencl:gpu]) for i7-11700K iGPU #832

Open
@owlshrimp

Description

@owlshrimp

Hello,

I have an i7-11700K system with a rocketlake processor. I'm running Ubuntu 24.04.2 LTS x86_64 with kernel 6.8.0-60-generic. I'd like to try out oneAPI with that CPU's iGPU before thinking about investing in an ARC GPU for more serious work. (maybe cupy/cupy#8054 some day?) I followed the following steps to install the oneAPI base toolkit:

$ sudo apt-get install intel-opencl-icd
$ sudo clinfo -l
Platform #0: NVIDIA CUDA
 `-- Device #0: NVIDIA GeForce RTX 3090
Platform #1: Intel(R) OpenCL Graphics
 `-- Device #0: Intel(R) UHD Graphics 750
$ sudo usermod -aG render <username>
$ sudo usermod -aG video <username>

Followed by these steps from [1]:

$ sudo apt update
$ sudo apt install -y gpg-agent wget # -> already installed, not needed
$ wget -O- https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB | gpg --dearmor | sudo tee /usr/share/keyrings/oneapi-archive-keyring.gpg > /dev/null
$ echo "deb [signed-by=/usr/share/keyrings/oneapi-archive-keyring.gpg] https://apt.repos.intel.com/oneapi all main" | sudo tee /etc/apt/sources.list.d/oneAPI.list

$ sudo apt update
$ sudo apt install intel-oneapi-base-toolkit
# -> compiled a bunch of drivers (socperf sep pax vtsspp socwatch) as well as added a sep5.service

However, running:

$ source /opt/intel/oneapi/setvars.sh
$ sycl-ls

shows:

[opencl:cpu][opencl:0] Intel(R) OpenCL, 11th Gen Intel(R) Core(TM) i7-11700K @ 3.60GHz OpenCL 3.0 (Build 0) [2025.19.4.0.18_160000.xmain-hotfix]
[opencl:gpu][opencl:1] Intel(R) OpenCL Graphics, Intel(R) UHD Graphics 750 OpenCL 3.0 NEO  [23.43.027642]

Where there is no [level_zero:gpu] entry for the iGPU.

Also attached is a log from installing the intel-oneapi-base-toolkit package [2] and the output of SYCL_UR_TRACE=2 strace -o output.log sycl-ls at [3].

Are there additional steps required to get the [level_zero:gpu] device to show up? My understanding is the 11th gen rocketlake iGPUs are currently supported.

[1] https://www.intel.com/content/www/us/en/developer/tools/oneapi/base-toolkit-download.html?packages=oneapi-toolkit&oneapi-toolkit-os=linux&oneapi-lin=apt
[2] <removed>
[3] <removed>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions