-
Notifications
You must be signed in to change notification settings - Fork 245
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
Crashes when application tries to read memory info #803
Comments
@qnixsynapse do we have reproduction steps? Ideally issue shouldn't crash and will try internally |
@saik-intel Running This env need to be set in some cases: |
@qnixsynapse could you share more details about the device you are using? |
@JablonskiMateusz GPU is Intel Arc A750 LE 8GB VRAM, CPU is Intel i3 Alder Lake. |
Fixed by recompiling from source with |
i915 prelim detection is non-default feature and our driver should work fine without this setting. However, based on this issue it looks like something went wrong on our side. @saik-intel we need to fix this on our side, Arch Linux packaging does nothing wrong. |
@JablonskiMateusz Okay but it is still weird that recompiling with the flag fixed the issue, albeit with little lower performance. |
"weird" part is the logic in our cmake file where different cpp file is included in case of i915 prelim support and another one in case of no i915 prelim support. i915 prelim support enabling should just extend the support |
I don't know if you need more information at this point but I am experiencing the same issue trying to follow this guide from intel on using Ollama with Intel GPUs. I am using the same kernel, distro, and Basekit version as OP, however I am using an Intel ARC A770. I see the following message in the
|
Unification fix is merged: e91480c |
Yes, it seems to fix the issue. I had to remove the diff of the unit tests to get the patch to apply successfully. BTW, I also noticed that some Windows stuffs are also getting built on Linux. Not sure if that's intentional or not but anyways, thanks. |
Great to hear that!
It could be related to WSL (WDDM on Linux) support |
Ah. Okay. Closing this. |
This is the error after the crash:
When analyzing the stack:
Sysinfo:
Intel Compute Runtime: 24.52.32224.5-1
Linux: 6.13.1
OS: Arch Linux
The text was updated successfully, but these errors were encountered: