-
Notifications
You must be signed in to change notification settings - Fork 354
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
feat: support for grouped inputs #1201
Merged
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
7393fa8
feat: support for grouped inputs
narendasan b26d768
tests: fix test model paths
narendasan b2a5183
tests: Fix tests
narendasan 8385253
chore: Update generateRandomTensors uses
narendasan d479c98
fix: fix the fallback related issue after merging collection
bowang007 b7178ff
feat: Better input signature logging
narendasan 2b22767
Merge branch 'fix_collection_partitioning' into squashed_collections
narendasan 418d1e5
refactor: still fallback when a trt segment has tuple/list input/output
bowang007 ea7562c
Merge branch 'squashed_collections' into fix_collection_partitioning
bowang007 c9d4788
refactor: still fallback when a trt segment has tuple/list input/output
bowang007 9403f88
Merge branch 'fix_collection_partitioning' of https://github.com/NVID…
narendasan 5cff257
chore: Apply liniting
narendasan f866dba
fix: fix the bug that ListConstruct is in TRT subgraph when it's enti…
bowang007 9bce034
Merge pull request #1220 from pytorch/fix_collection_partitioning
narendasan 6d0b1d3
fix: fix the error that collection input segmented into trt subgraph
bowang007 253b3c7
Merge pull request #1225 from pytorch/fix_collection_partitioning
narendasan 8b891fb
feat(//core/conversion/converters/evaluators): New evaluators for
narendasan f519935
feat(collections): Enable grouped inputs via partial compilation
narendasan 5fadfd4
Merge branch 'master' into squashed_collections
narendasan bce8464
feat(element_wise): Auto cast to higher precision for mismatched types
narendasan 891440d
refactor: Disable input_signature in torchscript backend due to lack of
narendasan 09e032c
Merge remote-tracking branch 'origin/master' into squashed_collections
narendasan 223dfd1
chore: remove commented out code
narendasan 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
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.
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.
this PR has more generic support #1238 I think
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.
I am going to merge as is because tests will not pass without it then I would say rebase and apply your patch in your PR @peri044