-
Notifications
You must be signed in to change notification settings - Fork 229
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
Image validation in unit test #2597
Comments
svenvh
added a commit
to svenvh/SPIRV-LLVM-Translator
that referenced
this issue
Jun 7, 2024
The test performed a read_image operation on an image declared `write_only`. `spirv-val` recently started flagging this. Update the image access attribute to "read-only" (i.e., 0). Fixes KhronosGroup#2597
jsji
pushed a commit
to intel/llvm
that referenced
this issue
Jun 27, 2024
The test performed a read_image operation on an image declared `write_only`. `spirv-val` recently started flagging this. Update the image access attribute to "read-only" (i.e., 0). Fixes KhronosGroup/SPIRV-LLVM-Translator#2597 Original commit: KhronosGroup/SPIRV-LLVM-Translator@bd0fffe337d27b3
wenju-he
pushed a commit
to wenju-he/SPIRV-LLVM-Translator
that referenced
this issue
Jun 28, 2024
…p#2598) The test performed a read_image operation on an image declared `write_only`. `spirv-val` recently started flagging this. Update the image access attribute to "read-only" (i.e., 0). Fixes KhronosGroup#2597 (cherry picked from commit bd0fffe)
wenju-he
pushed a commit
to wenju-he/SPIRV-LLVM-Translator
that referenced
this issue
Jun 28, 2024
…p#2598) The test performed a read_image operation on an image declared `write_only`. `spirv-val` recently started flagging this. Update the image access attribute to "read-only" (i.e., 0). Fixes KhronosGroup#2597 (cherry picked from commit bd0fffe)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/KhronosGroup/SPIRV-LLVM-Translator/blob/main/test/link-attribute.ll started failing after updating SPIRV-Tools to include KhronosGroup/SPIRV-Tools#5695. That change added some missing validation that checks that the image types in OpSampledImage are consistent.
The text was updated successfully, but these errors were encountered: