Skip to content
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

[Backport to 18] Missing SPIR-V 1.4 features/changes #2533

Merged

Conversation

vmaksimo
Copy link
Contributor

Support OpPtrEqual, OpPtrNotEqual, OpPtrDiff, OpCopyLogical, and CounterBuffer decoration.

@vmaksimo vmaksimo changed the title [Backport to LLVM-18] [Backport to LLVM-18] Missing SPIR-V 1.4 features/changes Apr 23, 2024
svenvh and others added 5 commits April 25, 2024 06:00
When restricting the allowed SPIR-V version using
`--spirv-max-version`, some constructs may not be translatable due to
being unavailable in older SPIR-V versions.  Instead of asserting,
report an error.

It would be nice to also report the construct leading to the version
conflict, but that information isn't readily available at this point.

Original commit: cebf8ec
Do nothing for now, as it's not used in translator.
@vmaksimo vmaksimo marked this pull request as ready for review May 22, 2024 13:50
@vmaksimo vmaksimo changed the title [Backport to LLVM-18] Missing SPIR-V 1.4 features/changes [Backport to 18] Missing SPIR-V 1.4 features/changes May 22, 2024
@MrSidims MrSidims merged commit 2d31bda into KhronosGroup:llvm_release_180 May 29, 2024
8 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants