Handle empty (size=0) tensor in Inspector#2998
Closed
Olivia-liu wants to merge 1 commit intopytorch:mainfrom
Closed
Handle empty (size=0) tensor in Inspector#2998Olivia-liu wants to merge 1 commit intopytorch:mainfrom
Olivia-liu wants to merge 1 commit intopytorch:mainfrom
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/2998
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit d9f96e8 with merge base c73bfc0 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D56027102 |
Summary:
Empty tensors are not handled so they throw errors.
{F1484412951}
Reviewed By: tarun292
Differential Revision: D56027102
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D56027102 |
0f0a0fb to
d9f96e8
Compare
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D56027102 |
tarun292
approved these changes
Apr 17, 2024
Contributor
|
This pull request has been merged in f14dc83. |
Contributor
Author
|
@pytorchbot cherry-pick --onto release/0.2 -c critical |
Collaborator
Cherry picking #2998The cherry pick PR is at #3192 and it is recommended to link a critical cherry pick PR with an issue Details for Dev Infra teamRaised by workflow job |
guangy10
pushed a commit
that referenced
this pull request
Apr 22, 2024
Summary: Pull Request resolved: #2998 Empty tensors are not handled so they throw errors. {F1484412951} Reviewed By: tarun292 Differential Revision: D56027102 fbshipit-source-id: a8dab52d9ba7eb0784a72493e9888cf63aefbb76 (cherry picked from commit f14dc83) Co-authored-by: Olivia Liu <olivialpx@meta.com>
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.
Summary:
Empty tensors are not handled so they throw errors.
{F1484412951}
Differential Revision: D56027102