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 more e2e test for vector.contract #70367

Merged
merged 3 commits into from
Oct 27, 2023

Commits on Oct 27, 2023

  1. [mlir][SVE] Add more e2e test for vector.contract

    Adds basic integration tests for `vector.contract` for the dot product
    and matvec operations. These tests excercise scalable vectors.
    banach-space committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    7a0d0c6 View commit details
    Browse the repository at this point in the history
  2. fixup! [mlir][SVE] Add more e2e test for vector.contract

    Update the dot product teset to check the actual result (thanks Ben)
    banach-space committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    2558a03 View commit details
    Browse the repository at this point in the history
  3. fixup! [mlir][SVE] Add more e2e test for vector.contract

    Further generalization
    banach-space committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    e80df20 View commit details
    Browse the repository at this point in the history