-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[AssignTiles] Adapt assign-tiles to assign same tiles for L3 LOF on d…
…iff block -- Required to enable 4x8 AIE array on Strix. -- Before this commit `iree-amdaie-assign-tiles` pass will end up allocating/distributing LHS L3 buffers on (0,0) -> (7,0). -- Since this leads to consumer DMA channel exhaustion later on, this commit aims to address the same and tries to assign same tile set to L3 buffers on different block. -- As a result, we will get LHS L3 buffers on (0,0) -> (4,0). Signed-off-by: Abhishek Varma <abhvarma@amd.com>
- Loading branch information
1 parent
42fa1e9
commit e29f65b
Showing
2 changed files
with
141 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters