-
Notifications
You must be signed in to change notification settings - Fork 94
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
Zero padding on MemTiles #1874
Merged
Merged
Zero padding on MemTiles #1874
Changes from all commits
Commits
Show all changes
82 commits
Select commit
Hold shift + click to select a range
7ed306d
Zero Padding python binding
pvasireddy-amd 266b50b
Padding at python level
pvasireddy-amd 47dfc0a
Connecting padding from fifo to dmabd
pvasireddy-amd 221507e
Padding
pvasireddy-amd d7585b8
Slight adjustment
pvasireddy-amd ae7dc3c
Test cases
pvasireddy-amd c020094
Small changes
pvasireddy-amd 31a8a3a
Merge branch 'main' of https://github.com/Xilinx/mlir-aie into zero_pad
pvasireddy-amd 13ebe8b
Revert changes
pvasireddy-amd 5b39c9e
Runtime zero padding on MemTile
pvasireddy-amd 496d3a2
Padding through dma-tasks-to-npu
pvasireddy-amd 468c195
ObjectFifo example
pvasireddy-amd 28e5ea0
Example code and DmaTasksToNpu
pvasireddy-amd fced7a9
Removed comment
pvasireddy-amd 8867b5c
Merging main
pvasireddy-amd 613617f
clang format
pvasireddy-amd e05429b
Python format
pvasireddy-amd 6e40239
Remove unnecessary changes
pvasireddy-amd 58686f5
Clang format
pvasireddy-amd 6302047
Missing comma
pvasireddy-amd 30b4f9c
Python format
pvasireddy-amd e8b3bbb
Python format
pvasireddy-amd 6b5e0d4
Python format
pvasireddy-amd 79348c3
Extra case
pvasireddy-amd af6ab71
Merge branch 'main' into zero_pad
pvasireddy-amd 7db1506
Run command
pvasireddy-amd 7c0a256
Merge branch 'zero_pad' of https://github.com/Xilinx/mlir-aie into ze…
pvasireddy-amd 7975a17
Example code
pvasireddy-amd 5f791fd
Push the new change
pvasireddy-amd 6e13cbb
Add zero padding to writebd in trace
pvasireddy-amd 5855171
Update writebd in tests
pvasireddy-amd f6ce5c7
Test case
pvasireddy-amd 6ac9524
Message error
pvasireddy-amd ac5b356
Adding D2Size parameter
pvasireddy-amd 7b76da3
Empty padDims on MemTile MM2S channel
pvasireddy-amd 743cbe2
clang-format
pvasireddy-amd 5adf8bf
clang-format
pvasireddy-amd e75688d
Reveert changes
pvasireddy-amd 94229b9
Changes to tests with D2Size
pvasireddy-amd 1a4ddb2
Merge branch 'main' of https://github.com/Xilinx/mlir-aie into zero_pad
pvasireddy-amd 71722af
D2Size
pvasireddy-amd 5e12917
Checking syntax
pvasireddy-amd e5dd194
Revert change
pvasireddy-amd e872b36
Merge branch 'main' into zero_pad
pvasireddy-amd 9bc6d07
Checking the pad dimensions:
pvasireddy-amd c048721
Update lib/Dialect/AIE/Transforms/AIEObjectFifoStatefulTransform.cpp
pvasireddy-amd 98feeff
Merge branch 'main' into zero_pad
pvasireddy-amd b14062f
padDimensions check
pvasireddy-amd feb0b72
Merge branch 'main' of https://github.com/Xilinx/mlir-aie into zero_pad
pvasireddy-amd 404fe65
Adding empty padDimensions
pvasireddy-amd cb789f3
Adding empty padDimensions
pvasireddy-amd f8ade08
Missed change
pvasireddy-amd 42a8190
Change in AIEDialect
pvasireddy-amd 844f68c
Revert "Change in AIEDialect"
pvasireddy-amd 270009a
Attempt #1
pvasireddy-amd cbab8e9
Removing empty padDims
pvasireddy-amd 970841d
Change order
pvasireddy-amd 162851e
Formatting
pvasireddy-amd 8f2fd4f
Formatting
pvasireddy-amd 7e113c7
Number of dimensions greater than padDims
pvasireddy-amd 7033cff
Adding misisng parameters to writebd in test cases
pvasireddy-amd 3b32d85
Remove duplicate check
pvasireddy-amd c6531ca
More changes
pvasireddy-amd c68fa02
Attempt 1
pvasireddy-amd f198ee2
Attempt 2
pvasireddy-amd 4b1c3d4
Attempt 3
pvasireddy-amd e1888e0
Attempt 4
pvasireddy-amd 6b883b3
Change to error message
pvasireddy-amd 3c2f0a8
Small change
pvasireddy-amd 9b2f703
Remove unnecessary
pvasireddy-amd 2ef6ad5
Attempt 5
pvasireddy-amd f57558c
Small change
pvasireddy-amd 6be2718
Attempt 6
pvasireddy-amd 250fa6b
Passed locally
pvasireddy-amd 27c3bd5
Missed few zero parameters in test case
pvasireddy-amd 5ac99f4
Merge branch 'main' of https://github.com/Xilinx/mlir-aie into zero_pad
pvasireddy-amd 048d58c
Merging main into current branch
pvasireddy-amd a90f17f
Cleanup
pvasireddy-amd 3116714
Formatting
pvasireddy-amd 8bfc435
Resolving conflicts
pvasireddy-amd ce5380e
Removing comments
pvasireddy-amd 75cd604
Merge branch 'main' into zero_pad
pvasireddy-amd File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo?