-
Notifications
You must be signed in to change notification settings - Fork 608
Do not constant prop for mutable buffers. #7779
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/7779
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New FailureAs of commit 8f3b834 with merge base 948fba6 ( NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D68371513 |
Summary: Before this change, operations on mutable buffers will be constant prop and replaced with a constant tensor. This change avoids constant prop for mutable buffers. Differential Revision: D68371513
46f958d
to
38e211f
Compare
This pull request was exported from Phabricator. Differential Revision: D68371513 |
Summary: Before this change, operations on mutable buffers will be constant prop and replaced with a constant tensor. This change avoids constant prop for mutable buffers. Reviewed By: tarun292 Differential Revision: D68371513
38e211f
to
8f3b834
Compare
This pull request was exported from Phabricator. Differential Revision: D68371513 |
Differential Revision: D68371513 Pull Request resolved: #7779
Differential Revision: D68371513 Pull Request resolved: pytorch#7779
Summary: Before this change, operations on mutable buffers will be constant prop and replaced with a constant tensor. This change avoids constant prop for mutable buffers.
Differential Revision: D68371513