forked from Xilinx/mlir-air
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixup issue where AIR only optimizes SHIM DMA BD for wrap < 1024 (Xil…
…inx#606) * Enable constraint where highest wrap is no greater than 64 * Fixup issue where the outermost wrap-and-stride dim gets lost when npu dma op gets tiled at outermost wrap dimension * Fixup issue on for loop step size when stride = 0 * Fixup an issue where dim with stride = 0 was converted into for loop with step = 1, which then got passed into offset * Add test; change existing tests to reflect optimized bd allocation
- Loading branch information
1 parent
b2df4d7
commit f384223
Showing
3 changed files
with
119 additions
and
28 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
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