-
Notifications
You must be signed in to change notification settings - Fork 638
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
[i1] Remove command line option to enable packed storage #19528
Open
lialan
wants to merge
20
commits into
lialan/i1_attr
Choose a base branch
from
lialan/bitcast
base: lialan/i1_attr
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.
Conversation
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
* make `packed_storage` as a type of `iree_encoding` attribute, and make type converters accept it. * `i1` tensors with `#iree_encoding.packed_storage` will be interpreted as packed i1 type, same as specifying `--iree-experimental-packed-i1-storage`. * `--iree-experimental-packed-i1-storage` are kept for testing purposes. We can drop this option after frontend enables emitting `i1` tensors with attributes. Signed-off-by: Alan Li <[email protected]>
lialan
force-pushed
the
lialan/i1_attr
branch
from
December 29, 2024 02:50
3099d0b
to
419ee6b
Compare
lialan
force-pushed
the
lialan/bitcast
branch
from
December 29, 2024 02:57
9159d90
to
e27a766
Compare
lialan
force-pushed
the
lialan/i1_attr
branch
from
December 29, 2024 09:10
d26a392
to
7ac00fe
Compare
lialan
force-pushed
the
lialan/bitcast
branch
from
December 29, 2024 10:48
e27a766
to
7f752a4
Compare
This is a successor, improving PR to #19354 |
lialan
force-pushed
the
lialan/bitcast
branch
from
December 31, 2024 04:50
bd53c95
to
b17ea2f
Compare
This reverts commit 547cee9.
The diff is off. There are some changes from #19354. E.g., the below is not part of this PR, right? Can you rebase and fix it? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
#iree_encoding.packed_storage
to designate if ani1
tensor is of packed memory layout.iree-experimental-packed-i1-storage
command line option.