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

[LV][SVE] Recognize potential DOT sequences and use a wider VF #69587

Closed

Commits on Oct 19, 2023

  1. [LV][SVE] Recognize potential DOT sequences and use a wider VF

    This patch extends the LoopVectorize cost model to identify when
    a extend->multiply->accumulate chain is suitable for the UDOT/SDOT
    instructions in AArch64 (SVE in particular) and will ignore the
    extension when determining desirable VFs.
    huntergr-arm committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    02cbd16 View commit details
    Browse the repository at this point in the history