-
Notifications
You must be signed in to change notification settings - Fork 787
Revert "[CI] bump level-zero version" #17531
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This reverts commit b295870.
@nrspruit do you have any idea what's wrong? |
@nrspruit, FYI, not sure if it's related or not, but I tried to bump L0 version to the newest as well ( Also, when changed in UMF to L0 version matching the one from the apt ( |
Does it still fail even when using the latest driver 25.09.32961.5? |
on ubuntu 22.04, where apt installs libze/level-zero in ver 1.18.x, and I have ARC card, I can compile and run UMF with latest L0 headers 1.21.x with no issues on ubuntu 24.10, where apt installs libze in ver 1.19.x, and I have BMG card I have fails in UMF tests with L0 headers 1.21.x (getting When I installed newer driver (25.05.32567.18) and libze 1.20.2 (on the ubuntu 24.10 and BMG card) I have no more issues.
|
it seems like something specific to L0 so I'll let neil respond |
The unsupported version error would only happen if:
Check the environment to ensure that all 3 libraries being used are the same version, otherwise you will see this issue. This looks to be an env issue. |
Reverts #17523
It's causing Arc and Gen12 jobs to fail again because
level_zero:gpu
not found after the bump.https://github.com/intel/llvm/actions/runs/13948718319/job/39043347845
https://github.com/intel/llvm/actions/runs/13948718319/job/39043347817