Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

zesDeviceEnumEngineGroups: zero engine groups for iGPU

Open
#249 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
25/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
cpp

Research direction

Start by reproducing zesDeviceEnumEngineGroups on the reported Lunar Lake system and compare it with zesDeviceGetProperties for the GPU and NPU. The issue names no files or tests; completion requires establishing the expected iGPU engine-group behavior and confirming whether the result is an implementation defect or a driver limitation.

Written by the indexing model from the issue text.

Description

I use zesDeviceEnumEngineGroups(zes_device_handle_t hDevice, uint32_t *pCount, zes_engine_handle_t *phEngine) to get the number of engine groups of iGPU on Lunar Lake. But the pCount result is zero. However, I can get 1 engine group for NPU.

GPU and NPU Driver Version queried by zesDeviceGetProperties are 30A96CBBF49E258B5705D4C and npu-linux-driver-ci-1.10.0.20241107-11729849322.

My OS is ubuntu-24.10, kernel version is 6.12.

Dominant language
C++
Stars
335
Forks
140
Avg merge
12h 32m
Merged PRs (30d)
5

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from oneapi-src/level-zero

All issues in oneapi-src/level-zero

Similar issues

More C++ issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.