-
Notifications
You must be signed in to change notification settings - Fork 754
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
Matrix tests crashing when running on SPR CPU #17079
Comments
@vmaksimo, is this the same as CMPLRLLVM-65270? |
Looks like the same issue mentioned above, I believe it'd be fixed with the next pull down from SPIRV translator |
I'm confused. Let me break down, what causes my confusion. First of all thanks for enabling SPR CPU testing! Do you plan to use release versions of CPU runtime for the testing or dev builds (from my perspective, just like for IGC dev the latter is preferable, see below).
The link shows PVC results. Guess it SPR and PVC are merged into one report, right?
I don't expect pulldown to fix the tests. The reasons are: So a. and b. combined makes me voting to use dev builds of CPU runtime in our CI (or at least to have a dedicated job), but previously there was some resistance to use unreleased binaries. |
We don't have plans for "dev" version of OCL CPU RT, unless you're willing to do the work :)
Correct. |
It turns out we weren't running our E2E tests targeting SPR CPUs in our CI. When trying to address that the following failures were uncovered (https://github.com/intel/llvm/actions/runs/13417907780/job/37485887703):
Also reproduced locally (at least for one, haven't verified for all), with the following error under debugger:
The text was updated successfully, but these errors were encountered: