-
Notifications
You must be signed in to change notification settings - Fork 536
Add a pass to replace nodes with empty tensors with full. #8130
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
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/8130
Note: Links to docs will display an error until the docs builds have been completed. ❗ 1 Active SEVsThere are 1 currently active SEVs. If your PR is affected, please view them below: ✅ No FailuresAs of commit 3223f36 with merge base d0b8fe3 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D68907459 |
lintrunner -a |
Summary: Remove subgraphs of ops that produce empty tensors at the end. `ReplaceEmptyTensorsWithFullPass` both does the replacement and dead code elimination. Reviewed By: zonglinpeng Differential Revision: D68907459
d289a80
to
82ab785
Compare
This pull request was exported from Phabricator. Differential Revision: D68907459 |
Summary: Remove subgraphs of ops that produce empty tensors at the end. `ReplaceEmptyTensorsWithFullPass` both does the replacement and dead code elimination. Reviewed By: zonglinpeng Differential Revision: D68907459
82ab785
to
3223f36
Compare
This pull request was exported from Phabricator. Differential Revision: D68907459 |
Summary: Remove subgraphs of ops that produce empty tensors at the end.
ReplaceEmptyTensorsWithFullPass
both does the replacement and dead code elimination.Reviewed By: zonglinpeng
Differential Revision: D68907459