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 16] SPIRVReader: Support OpConstantComposite for cooperative matrix #2849

Merged
merged 1 commit into from
Nov 11, 2024

Conversation

svenvh
Copy link
Member

@svenvh svenvh commented Nov 8, 2024

This was hitting a "not implemented UNREACHABLE".
Like the other cooperative matrix operations, map this construct to a SPIR-V friendly IR function call.

Let transDbgInfo skip over OpConstantComposite because we're mapping OpConstantComposite to an LLVM Instruction without having a corresponding SPIRVInstruction.

(cherry picked from commit 04b5465)

…tive matrix (KhronosGroup#2826)

This was hitting a "not implemented UNREACHABLE".
Like the other cooperative matrix operations, map this construct to a
SPIR-V friendly IR function call.

Let `transDbgInfo` skip over `OpConstantComposite` because we're
mapping `OpConstantComposite` to an LLVM `Instruction` without having
a corresponding `SPIRVInstruction`.

(cherry picked from commit 04b5465)
@svenvh svenvh merged commit b04724c into KhronosGroup:llvm_release_160 Nov 11, 2024
9 checks passed
@svenvh svenvh deleted the backport-to-16 branch November 11, 2024 09:11
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