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 SPIRVCopyMemory::validate() (#2770) #2807

Merged
merged 1 commit into from
Oct 28, 2024

Conversation

svenvh
Copy link
Member

@svenvh svenvh commented Oct 25, 2024

The asserts should be checking the Target member variable; Id is not used for this class.

Only fix the wrong asserts for now; proper handling and testing of OpCopyMemory will be done in a followup commit.

(cherry picked from commit 9d2926d)

The asserts should be checking the `Target` member variable; `Id` is
not used for this class.

Only fix the wrong asserts for now; proper handling and testing of
`OpCopyMemory` will be done in a followup commit.

Contributes to KhronosGroup#2769

(cherry picked from commit 9d2926d)
@svenvh svenvh merged commit 4f1fa68 into KhronosGroup:llvm_release_170 Oct 28, 2024
9 checks passed
@svenvh svenvh deleted the backport-to-17 branch October 28, 2024 08:51
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.

1 participant