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][vector] Disable from_elements for scalable vectors #117868

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Nov 27, 2024

  1. [mlir][vector] Disable from_elements for scalable vectors

    Disables `vector.from_elements` for scalable vectors. Given that the
    length of scalable vectors is unknown at compile time, the semantics of
    this Op are unclear in this context.
    banach-space committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    cb037ed View commit details
    Browse the repository at this point in the history