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

[CPU] Improve vector size selection in vectorization pass #14403

Closed
wants to merge 1 commit into from

Commits on Jul 14, 2023

  1. [CPU] Improve vector size computation in Vectorization pass

    This PR should be mostly RFC for existing working cases. It simplifies
    the retrieval of the vector sizes by removing the `getCanonicalVectorShape`
    and only looking at the lowering config of the operation to be
    vectorized and no longer looking at the lowering config of another (root)
    operation. It also gives priority to the lowering config found in the operation
    to be vectorize and fall back to retrieving it from the IR when the lowering
    config is not found.
    dcaballe committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    ec89417 View commit details
    Browse the repository at this point in the history