-
Notifications
You must be signed in to change notification settings - Fork 787
[GHA] Uplift Linux GPU RT version to 24.35.30872.22 #15481
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
@jsji Any idea what's going on here? Note this is not dev-igc. |
https://github.com/intel/llvm/actions/runs/11006256785/job/30592910147?pr=15481
looks like we failed to install the driver due to sudo password? Any recent changes related to the sudo/password or docker image? |
let me msg you |
The problem is actually that we're incorrectly trying to install intel drivers on the NVidia runner, we didn't do that before but it was an unintended side effect to a recent CI change. Udit is working on it. |
PR for fix: #15528 |
@AllanZyne Any ideas about the many asan failures on DG2 here? Note this is using a new GPU driver, newer than the one in normal CI.
|
@sarnex, I can't reproduce this.
I installed the above packages, but igc failed to build device code (without enabling sanitizer).
Do you know any reasons? Thank you! |
Besides, according to CI log, "UR_RESULT_ERROR_UNSUPPORTED_FEATURE" means we use some APIs that level zero doesn't support. Indeed, we use some L0 APIs that other e2e tests may unlikely use (e.g., VirtualMemory related APIs, Global Variable related APIs). Maybe the released gfx package contained some issues on these APIs. |
I can't repro it locally either, let me try running again. |
@AllanZyne Sorry, I finally investigated this and found the problem. It's only failing for the So probably we should disable all these tests on Thanks |
Yes, it makes sense. We don't support opencl gpu. |
@AllanZyne PR to disable ocl gpu here #15620 |
It's not supported as per [here](#15481 (comment)). Signed-off-by: Sarnie, Nick <[email protected]>
Scheduled drivers uplift