-
Notifications
You must be signed in to change notification settings - Fork 790
Revert "[CI] Bump Level Zero version to 1.20.6" #17819
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 7d7257c.
I don't have experience with level zero, so I can't help much on this unfortunately |
ok ill try to repro locally and do a deep dive, might need help from you guys as i dont know anything about level zero :P |
We have driver build automated in benchmark scripts. You can test this like so: This will first build the entire compute-runtime from source, with matching IGC, gmmlib and level-zero versions, and then run a simple test to verify whether it worked (there's a --verbose option if you want to see the commands it executes). I just ran it and it worked. |
thanks, let me try that on the runner inside docker to see if the problem lies there somewhere |
@pbalcer @nrspruit I found the problem, and it's way simplier than I imagined. The L0 releases no longer have any binaries. We use the deb binaries to install L0. Since there are no binaries the install fails and thus we have no L0 so no devices are found. @nrspruit Is it intended that the newer L0 releases have no binaries? Last good example (1.20.2) here If this is intentional I'll change our scripts to build L0 from source. |
@nrspruit Can you comment on the above finding? Thx |
Fixed in #18016, thx all! |
Reverts #17778
Same problem