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

Commits on Nov 8, 2024

  1. [Backport to 16] SPIRVReader: Support OpConstantComposite for coopera…

    …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 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    d34d699 View commit details
    Browse the repository at this point in the history