-
Notifications
You must be signed in to change notification settings - Fork 34
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
JIT Failures after updating to latest IGC #725
Comments
Looks like a llvm-spirv bug that manifests in some of its branches. The buggy assertion can be found in for example in the LLVM-16 branch which it expects all It could be that the assertion gets triggered because the SPIR-V is generated with a llvm-spirv version that produces |
I built using LLVM-14 provided by apt. According to intel-compute-runtime build instructions, LLVM-14 is the supported version and LLVV-SPIRV-Translator should match versions. Perhaps the revision from apt is just a bit behind. So overall, not related to igc |
Found out by chance that the On LLVM-17, So we might dodge the assertion by avoiding using the |
This option was originally introduced because without it there was some issue using gdb. Perhaps it's no longer necessary |
Ran into another issue in IGC intel/intel-graphics-compiler#310 but overall, this is resolved for us. |
I use the following script for building and installing the latest intel-compute-runtime:
https://github.com/pvelesko/intel-compute-runtime-build
After installing it:
Going back to using old IGC resolves the issue
The text was updated successfully, but these errors were encountered: