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] OpCopyLogical support #2872

Merged
merged 2 commits into from
Nov 25, 2024

Commits on Nov 22, 2024

  1. [SPIR-V 1.4] Add CopyLogical instruction (KhronosGroup#2484)

    There is no mapping to LLVM instructions, so it can be used only via SPIR-V friendly translation.
    
    This addresses p1. of KhronosGroup#2460
    
    (cherry picked from commit 8518a6f)
    vmaksimo authored and svenvh committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    d6cd563 View commit details
    Browse the repository at this point in the history
  2. [Backport to 16] Generate load and store for OpCopyLogical (KhronosGr…

    …oup#2825)
    
    fixes KhronosGroup#2768
    
    Generate an LLVM memcpy for OpCopyLogical, rather than a call to an OpCopyLogical function.
    
    (cherry picked from commit 1a1bf17)
    bashbaug authored and svenvh committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    be55b8c View commit details
    Browse the repository at this point in the history