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

[mlir][SVE] Add an e2e test for vectorization of linalg.matmul #69592

Merged
merged 4 commits into from
Oct 26, 2023

Commits on Oct 26, 2023

  1. [mlir][SVE] Add an e2e test for vectorization of linalg.matmul

    Adds an end-2-end test for scalable vectorization of linalg.matmul. This
    is the most basic case where the dimension along which we vectorize fits
    perfectly within SVE registers. I will be extending this to more generic
    cases in the forthcoming patches.
    
    Depends on llvm#68794.
    banach-space committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    0820251 View commit details
    Browse the repository at this point in the history
  2. fixup! [mlir][SVE] Add an e2e test for vectorization of linalg.matmul

    Use vector.print instead of @printCString
    banach-space committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    f39c97d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd61b2c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2b08169 View commit details
    Browse the repository at this point in the history