-
Notifications
You must be signed in to change notification settings - Fork 225
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
NoSignedWrap decoration is emitted without declaring SPV_KHR_no_integer_wrap_decoration #120
Comments
@Fznamznon looks like your commit needs some fixes. |
These decorations are part of the core spec now. Why do we need to declare the extension ? Maybe spirv-val needs another update. |
I think the translator doesn't emit OpExtension properly in general, for any extension, not just for this one. |
Is anyone looking at this? This issue makes it impossible to get useful feedback from the validator on many modules. |
I have it in my backlog. |
Happy to hear that :). Thanks! |
Hi, I'm working on extensions support in SPIRV-Translator right now, feel free to review and leave your feedback in #175 |
…r DISubRange (KhronosGroup#1400) '"master"' -> '"xmain-web"' (KhronosGroup#120) * Resolve of merge (conflict) 3c4c808 Improve backward compatibility for DISubRange (KhronosGroup#1400) '"master"' -> '"xmain-web"' CONFLICT (content): Merge conflict in lib/SPIRV/SPIRVToLLVMDbgTran.cpp commit 3c4c808 Author: Nikita <nikita.kornev@intel.com> Date: Wed Feb 9 17:09:57 2022 +0300 Improve backward compatibility for DISubRange (KhronosGroup#1400) If the SPIR-V file was generated by an older version of the translator, Ops may not contain the LowerBound * Conflict resolution Co-authored-by: iclsrc <ia.compiler.tools.git@intel.com> Co-authored-by: Lina Yu <lina.yu@intel.com>
…bility for DISubRange (KhronosGroup#1400) '"master"' -> '"xmain-web"' (KhronosGroup#120) * Resolve of merge (conflict) 3c4c808 Improve backward compatibility for DISubRange (KhronosGroup#1400) '"master"' -> '"xmain-web"' CONFLICT (content): Merge conflict in lib/SPIRV/SPIRVToLLVMDbgTran.cpp commit 3c4c808 Author: Nikita <nikita.kornev@intel.com> Date: Wed Feb 9 17:09:57 2022 +0300 Improve backward compatibility for DISubRange (KhronosGroup#1400) If the SPIR-V file was generated by an older version of the translator, Ops may not contain the LowerBound * Conflict resolution Co-authored-by: iclsrc <ia.compiler.tools.git@intel.com> Co-authored-by: Lina Yu <lina.yu@intel.com>
(re-posting from SYCL compiler issue #2)
In cases when the translator emits NoSignedWrap decoration the SPV_KHR_no_integer_wrap_decoration isn't declared with an OpExtension.
The text was updated successfully, but these errors were encountered: