feat: support cumsum dynamo converter#2403
Merged
zewenli98 merged 2 commits intopytorch:mainfrom Oct 31, 2023
Merged
Conversation
gs-olive
reviewed
Oct 25, 2023
Contributor
gs-olive
left a comment
There was a problem hiding this comment.
Added minor comments, otherwise looks good!
Collaborator
Author
|
Thanks for the comments! They have been fixed! |
48feb0c to
8373eb1
Compare
8373eb1 to
941b04a
Compare
Collaborator
Author
|
Got errors: Can we merge it now? or waiting for a fix to this bug? |
Contributor
|
I think it can be merged while that fix is in progress, since it passes all of the newly added tests in CI and none of those models would invoke this specific converter. |
gs-olive
pushed a commit
that referenced
this pull request
Dec 5, 2023
gs-olive
pushed a commit
that referenced
this pull request
Dec 5, 2023
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
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.
Description
Support
cumsumdynamo converter. This is a part ofsliceconverter.Fixes part of #2215
Type of change
Checklist: