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 17] Fix image access in link-attribute test (#2598) #2611

Merged
merged 1 commit into from
Jun 28, 2024

Conversation

wenju-he
Copy link
Contributor

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 #2597

(cherry picked from commit bd0fffe)

…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
Copy link
Contributor Author

This backport fixes check-llvm-spirv on llvm_release_170 branch

@svenvh svenvh merged commit b9dab20 into KhronosGroup:llvm_release_170 Jun 28, 2024
8 checks passed
@wenju-he wenju-he deleted the 17-back-port-bd0fffe branch June 28, 2024 07:42
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.

2 participants