-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CreateLogicalObjectFifoLink] Fail if accesses not contiguous (#696)
I was looking into this pass because convolution lowering hits ``` error: 'amdaie.circular_dma_cpy_nd' op access pattern of strided operation overlaps with next one, which is not supported for now ``` But looking at the code now, it looks like it'll currently only work for the the access patterns are perfectly contiguous? If that's the case, I can look into fixing it (for both cases -- overlapping and non-contiguous). I left a comment in the code describing my thinking
- Loading branch information
Showing
2 changed files
with
28 additions
and
17 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