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

[AMD-AIE][ObjectFifo] Address temporary L1 buffers for Matmul+Elem #647

Merged
merged 4 commits into from
Aug 7, 2024

Commits on Aug 6, 2024

  1. [AMD-AIE][ObjectFifo] Address temporary L1 buffers for Matmul+Elem

    -- In Matmul+Elemwise we get to see the intermediate L1 buffers for
       matmuls :-
        alloc -> subview -> access (within amdaie.core)
    -- We should replace the subview with a narrowed alloc itself.
    -- This commit therefore addresses that as part of
       `--iree-amdaie-distribute-cores-and-objectfifos` pass.
    
    Signed-off-by: Abhishek Varma <[email protected]>
    Abhishek-Varma committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    8fc68a0 View commit details
    Browse the repository at this point in the history
  2. Review comment

    Abhishek-Varma committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    dab6998 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    fe49b97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10807f2 View commit details
    Browse the repository at this point in the history