-
Notifications
You must be signed in to change notification settings - Fork 790
[SPIR-V] Remove FuncParamKindINTEL and FuncParamDescINTEL #3462
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
Conversation
8e32615
to
98292f1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The patch with DecorationFuncParamKindINTEL
and DecorationFuncParamDescINTEL
is not needed anymore and could be reverted.
These decorations doesn't present in https://github.com/KhronosGroup/SPIRV-LLVM-Translator Signed-off-by: Dmitry Sidorov <[email protected]>
98292f1
to
4f86ed2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Before merging, make sure that this repo uses GenXSPIRVWriterAdaptor from vc-intrinsics with RewriteTypes
parameter set to true
.
Looks like it doesn't. |
Well, you probably should create a PR with enabling this option. See also: |
@MrSidims, @AlexeySotkin, @AlexeySachkov, ping. |
BTW I created a corresponding issue and PR: |
I guess this PR is no longer needed |
@MrSidims, why so? Have we removed those decorations already in some other PR? |
I though so, because otherwise we couldn't move to external SPIR-V Headers. But I see now, that FuncParamKindINTEL and FuncParamDescINTEL were just moved into spirv_internal.hpp . |
These decorations doesn't present in https://github.com/KhronosGroup/SPIRV-LLVM-Translator nor in the spec. Per ESIMD team these decorations are no longer needed. Precious PR: intel#3462 Signed-off-by: Sidorov, Dmitry <[email protected]>
These decorations doesn't present in https://github.com/KhronosGroup/SPIRV-LLVM-Translator nor in the spec. Per ESIMD team these decorations are no longer needed. Precious PR: #3462 Signed-off-by: Sidorov, Dmitry <[email protected]>
These decorations doesn't present in https://github.com/KhronosGroup/SPIRV-LLVM-Translator
Signed-off-by: Dmitry Sidorov [email protected]