pyzes fails to load ze_loader DLL on Windows — hardcoded "64.dll" suffix
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 84/100
- Issue type
- Bug
- Clarity
- Clearly specified
- Activity status
- Quiet
- Tech stack
- python
- Domain
- operating-systems
Research direction
Open pyzes.py and inspect line 75, where the Level Zero loader name is formed. Add ze_loader.dll to the possible_paths fallback before the driver-store glob attempts, then verify loading on the reported Windows Intel GPU setup or with the relevant loader-path test if one exists.
Written by the indexing model from the issue text.
Description
On some Intel GPU driver installations, the Level Zero loader DLL is named
ze_loader.dll (without the 64 suffix) in C:\Windows\System32\.
pyzes.py line 75 hardcodes:
libName + "64.dll" → "ze_loader64.dll" ❌ not found
Suggested fix: add ze_loader.dll (without 64 suffix) to the possible_paths
list as a fallback before the driver-store glob attempts.
Reproduced on:
- Windows 11
- Intel Arc B580
- Driver: 32.0.101.8725
- pyzes 0.1.2
- Dominant language
- C++
- Stars
- 335
- Forks
- 140
- Avg merge
- 12h 32m
- Merged PRs (30d)
- 5
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from oneapi-src/level-zero
-
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
oneapi-src/level-zero#485 ·
-
Difficulty 1/5 Under an hour Newbie friendliness 76/100
oneapi-src/level-zero#447 · 2 comments ·
-
Difficulty 5/5 Over a week Newbie friendliness 30/100
oneapi-src/level-zero#482 · 1 comment ·
-
Difficulty 4/5 3-5 days Newbie friendliness 25/100
oneapi-src/level-zero#419 ·
-
oneapi-src/level-zero#356 · 3 comments · 1 assignee ·
All issues in oneapi-src/level-zero
Similar issues
-
Difficulty 1/5 Under an hour Newbie friendliness 90/100
AXERA-TECH/ax-llm#77 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
-
bug-unconfirmed
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
NVIDIA/cuda-samples#453 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
infiniflow/infinity#3502 ·