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

Conversation

Abhishek-Varma
Copy link
Contributor

-- 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]

Addressed sub-action 2 from #644

-- 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 Abhishek-Varma enabled auto-merge (squash) August 7, 2024 00:24
@yzhang93 yzhang93 closed this Aug 7, 2024
auto-merge was automatically disabled August 7, 2024 00:26

Pull request was closed

@yzhang93 yzhang93 reopened this Aug 7, 2024
@Abhishek-Varma Abhishek-Varma enabled auto-merge (squash) August 7, 2024 00:27
@Abhishek-Varma Abhishek-Varma merged commit f6ddcf9 into main Aug 7, 2024
2 of 4 checks passed
@Abhishek-Varma Abhishek-Varma deleted the avarma_dcaof_matmul_elem branch August 7, 2024 00:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants