-
Notifications
You must be signed in to change notification settings - Fork 35
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
SPV_INTEL_fp_fast_math_mode used without declaring it as an extension in the SPIR-V #429
Comments
Dropped from Milestone 1.0: resolution depends on external issue. |
This fix is in upstream now. |
This is still an issue using the recommended LLVM fork via |
But this issue also opens up the questions of how one can reliably use |
On what LLVM version this happens? Could you send us / point us to the HIP source that produces the Intel fast math code? |
mhh, seems to be on 6009708b4367171ccdbf4b5905cb6a803753fe18 but it also seems to be upstream LLVM. I thought the script is cloning some fork with a bunch of patches on it? I invoked it with |
ohh, and it's
|
fyi: I validate each incoming SPIR-V inside rusticl, so that's where that error is coming from. |
To me it seems that the configure_llvm.sh does not do as advertised in the README.md and installs the upstream LLVM instead of chipStar's fork of it. |
yeah, seems you are right. Guess I'll need to hack around it locally for now, but don't know when I'll find time this week for another round of testing. Would be helpful if one could fix it in the meantime. |
this was resolved. Please re-open if the issue persists. |
This is reproducible on many SPIR-Vs, a reporter told. Is it a bug in the LLVM translator?
The text was updated successfully, but these errors were encountered: