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

[LoopVectorizer] Add support for partial reductions #92418

Open
wants to merge 50 commits into
base: main
Choose a base branch
from

Commits on Nov 7, 2024

  1. Configuration menu
    Copy the full SHA
    ae4a2ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b07c7d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e573e85 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ee88fc8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fa67602 View commit details
    Browse the repository at this point in the history
  6. Support predicated loops

    SamTebbs33 committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    973f076 View commit details
    Browse the repository at this point in the history
  7. Loop over reduction vars

    SamTebbs33 committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    dc6fb36 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    63797c5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0ebd52e View commit details
    Browse the repository at this point in the history
  10. Revert "Support predicated loops"

    This reverts commit cd7272d.
    SamTebbs33 committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    1ef66ab View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    73ff592 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    959925b View commit details
    Browse the repository at this point in the history
  13. Remove redundant comment

    SamTebbs33 committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    4afbd73 View commit details
    Browse the repository at this point in the history
  14. Improve IR names in test

    SamTebbs33 committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    09af719 View commit details
    Browse the repository at this point in the history
  15. Simplify unroll test

    SamTebbs33 committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    569c874 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9c9d962 View commit details
    Browse the repository at this point in the history
  17. Clean up printing test

    SamTebbs33 committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    164dd37 View commit details
    Browse the repository at this point in the history
  18. format

    SamTebbs33 committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    6578b33 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c365a97 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    71cb0c4 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    d686f42 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    db18f45 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    87846b0 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    9245aca View commit details
    Browse the repository at this point in the history
  25. Improve printing test

    SamTebbs33 committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    8db7d81 View commit details
    Browse the repository at this point in the history
  26. Fix windows build failure

    SamTebbs33 committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    94d1008 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    aced10b View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    b55c110 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    56ee0bf View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    fe8df54 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    06ebf27 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Add computeCost

    SamTebbs33 committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    46e9758 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8674558 View commit details
    Browse the repository at this point in the history
  3. Remove unneeded test

    SamTebbs33 committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    460711f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    961eda3 View commit details
    Browse the repository at this point in the history
  5. Remove attributes

    SamTebbs33 committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    84f903b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1d99d87 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    38c066b View commit details
    Browse the repository at this point in the history
  8. Add max bandwidth run line

    SamTebbs33 committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    c4d0b4e View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Configuration menu
    Copy the full SHA
    00036eb View commit details
    Browse the repository at this point in the history
  2. Full stops

    SamTebbs33 committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    5f7b308 View commit details
    Browse the repository at this point in the history
  3. It -> Chain

    SamTebbs33 committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    81b45a9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    70364d5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    df90fa0 View commit details
    Browse the repository at this point in the history
  6. Document BinOp

    SamTebbs33 committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    dbb764a View commit details
    Browse the repository at this point in the history
  7. Move ScaleFactor to map

    SamTebbs33 committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    05b50cc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    04858f7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fca5172 View commit details
    Browse the repository at this point in the history
  10. Set flags

    SamTebbs33 committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    93fc7af View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. Review feedback

    SamTebbs33 committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    c5ae828 View commit details
    Browse the repository at this point in the history