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

[TKW] Port gather optimization(#291) to evoformer branch #299

Merged
merged 2 commits into from
Nov 26, 2024

Commits on Nov 26, 2024

  1. [TKW] Optimize trivial gather offsets (iree-org#291)

    Update gather/scatter offset generation to handle trivial contiguous
    offsets (i.e. `[0,1,2,3]`) and generate contiguous load/store instead.
    
    ---------
    
    Signed-off-by: Ivan Butygin <[email protected]>
    Hardcode84 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    6401abd View commit details
    Browse the repository at this point in the history
  2. fix lit test

    Signed-off-by: Ivan Butygin <[email protected]>
    Hardcode84 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    25b0a5a View commit details
    Browse the repository at this point in the history