-
Notifications
You must be signed in to change notification settings - Fork 486
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
Enable unbounded dynamism on conv, softmax, addmm, slice #6494
Merged
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
lsy323
force-pushed
the
lsiyuan/dynamic-conv
branch
3 times, most recently
from
February 29, 2024 03:18
ac4bd78
to
9821072
Compare
lsy323
changed the title
Enable unbounded dynamism on conv, softmax, addmm
Enable unbounded dynamism on conv, softmax, addmm, slice
Feb 29, 2024
lsy323
force-pushed
the
lsiyuan/dynamic-conv
branch
from
February 29, 2024 23:11
1efc5c1
to
d439dae
Compare
format fix comment for skipped tests cover mul (cherry picked from commit f55abc88ae361e89da675a1aa1e4a19e7a5c762a) cover mul (cherry picked from commit 30abe2be43defc25db8954c525d34f7f3de35292) add missing tests to ci scripts yapf fix scalar type (cherry picked from commit 8526b2091ffafccf6972ecba3c111d1b0869621e) disable addmm test disable mark pattern api in gh ci, due to tf dep enable conv dynamism support addmm enable softmax dynamism update comment for slice add slice support, need converter change
lsy323
force-pushed
the
lsiyuan/dynamic-conv
branch
from
March 5, 2024 04:39
d439dae
to
5aa729c
Compare
qihqi
approved these changes
Mar 6, 2024
sdasgup3
approved these changes
Mar 6, 2024
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.
Support to lowering with unbounded dynamic shape input:
mhlo.dynamic_broadcast_in_dim
mhlo.dynamic_broadcast_in_dim
mhlo.dynamic_broadcast_in_dim
mhlo.real_dynamic_slice
when input shape is dynamicTest:
dynamic_shapes
instead ofconstraints
totorch.export