-
Notifications
You must be signed in to change notification settings - Fork 738
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
[SPIR-V] Reland SPV_KHR_untyped_pointers commits #15507
[SPIR-V] Reland SPV_KHR_untyped_pointers commits #15507
Conversation
) This is the first part of the extension implementation. Introducing untyped pointer type. Spec: https://htmlpreview.github.io/?https://github.com/KhronosGroup/SPIRV-Registry/blob/main/extensions/KHR/SPV_KHR_untyped_pointers.html Original commit: KhronosGroup/SPIRV-LLVM-Translator@7dacb7cdedc9c01
This continues intel#2687 by introducing untyped variables. Spec: https://htmlpreview.github.io/?https://github.com/KhronosGroup/SPIRV-Registry/blob/main/extensions/KHR/SPV_KHR_untyped_pointers.html Original commit: KhronosGroup/SPIRV-LLVM-Translator@484e4070adb0a95
CI failures look unrelated to the change |
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.
LGTM. Thanks.
auto AddrSpc = T->getPointerAddressSpace(); | ||
auto *ET = Type::getInt8Ty(T->getContext()); |
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.
Change seems unnecessary. nit
Rerun CI |
@intel/llvm-gatekeepers could you please merge? Thanks! |
@vmaksimo this still needs an approval from @intel/dpcpp-spirv-reviewers |
They were reverted in pulldown PR #15464 because of the regressions.
Don't use this extension in the SYCL tests as the extension is not fully implemented yet.
Commits:
KhronosGroup/SPIRV-LLVM-Translator@7dacb7cdedc9c01
KhronosGroup/SPIRV-LLVM-Translator@484e4070adb0a95