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

Adding e2e tests for i1 mask attentions #19312

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Commits on Nov 27, 2024

  1. Adding e2e tests for i1 mask attentions

    To test actual i1 handling with attention op.
    lialan committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    7466938 View commit details
    Browse the repository at this point in the history
  2. some updates

    lialan committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    32d4f28 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2024

  1. Adding i1 mask attention e2e tests

    * New tests are aimed at testing with option
    `--iree-experimental-packed-i1-storage` turned on, which allows real
    packed i1 datatype in memory.
    * Only certain shapes are correct at this moment as upstream patches for
      emulating unaligned vector stores are not yet merged.
    
    Signed-off-by: Alan Li <[email protected]>
    lialan committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    9985827 View commit details
    Browse the repository at this point in the history