-
Notifications
You must be signed in to change notification settings - Fork 158
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
Internal compiler error when building LLVM along with IGC #315
Comments
Similar error, using num-threads = p-cores
|
Similar error when trying to use clang-14
|
Turns out to be due to a faulty CPU. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Following instructions from the README, on a brand new install of Ubuntu 22.04 on an 13th Gen Intel(R) Core(TM) i9-13900K with HyperThreading disabled.
This seems to only happen once I exceed the number of E-cores I have on my system and happens when trying to build LLVM on my own. Since E-cores and P-cores differ in uarch, is it possible that the illegal instruction stems from an instruction being executed on the E-core that was meant to be run on the P-core?
The text was updated successfully, but these errors were encountered: