-
Notifications
You must be signed in to change notification settings - Fork 14.8k
[MLIR][Linalg] pack, unpack to take memref inputs #129036
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
Open
ita9naiwa
wants to merge
40
commits into
llvm:main
Choose a base branch
from
ita9naiwa:ita9naiwa/pack-memref
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
4d523ad
draft
ita9naiwa 4f2dbf4
draft
ita9naiwa 226230c
draft
ita9naiwa 0c184df
init
ita9naiwa 19201c6
lint
ita9naiwa b99b920
lint
ita9naiwa be6a119
add
ita9naiwa eee8805
remove tensor casting
ita9naiwa c5b3c39
add test
ita9naiwa 714e4c4
Merge branch 'main' into ita9naiwa/pack-memref
ita9naiwa a5d01df
fix upon review
ita9naiwa 2480616
lint
ita9naiwa 0421e72
Merge branch 'main' into ita9naiwa/pack-memref
ita9naiwa 7b92a4e
format fix
ita9naiwa 6dc08ae
revert changes
ita9naiwa cf7be57
revert changes
ita9naiwa 4e2f00d
nit
ita9naiwa ee7a42a
fix upon review: Add getEffects for PackOp and UnPackOp
ita9naiwa 5b95ee8
make clang-format happy
ita9naiwa 8b5ac5a
make clang-format happy
ita9naiwa c955d21
wrap getEffects function
ita9naiwa 4bedf40
Merge branch 'main' into ita9naiwa/pack-memref
ita9naiwa 276069d
fix upon review
ita9naiwa 790e974
bail out transforms using PackOp, UnPackOp
ita9naiwa 820e40b
fix build error
ita9naiwa 43a64b9
fix build error
ita9naiwa a3bba60
Merge branch 'main' into ita9naiwa/pack-memref
ita9naiwa 486c62b
add invalid pack/unpack cases
ita9naiwa ca889b5
fix roundtrip test
ita9naiwa ce910b9
fix upon review
ita9naiwa 6a501bd
fix upon review
ita9naiwa 535e796
.
ita9naiwa 4cbbb80
Merge branch 'main' into ita9naiwa/pack-memref
ita9naiwa 17ad838
fix upon review
ita9naiwa 2aca3fd
Update mlir/include/mlir/Dialect/Linalg/IR/LinalgRelayoutOps.td
ita9naiwa 2541aa2
Revert unnecessary cosmetic changes
ita9naiwa 1488cb9
Address HanHan review feedback: disable canonicalization for memref p…
ita9naiwa d10cb1d
Merge branch 'main' into ita9naiwa/pack-memref
ita9naiwa d16448a
Apply clang-format to code changes
ita9naiwa 825f11b
fix upon review
ita9naiwa 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 hidden or 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 hidden or 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.
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.
Uh oh!
There was an error while loading. Please reload this page.