-
Notifications
You must be signed in to change notification settings - Fork 607
Do not load constant_segment if only the placeholder exists #5229
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/5229
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit eef4064 with merge base 4cce620 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D62455987 |
This pull request was exported from Phabricator. Differential Revision: D62455987 |
…5229) Summary: Pull Request resolved: pytorch#5229 If constant segment offsets only contains one value, it is the placeholder value for non-const tensors. This means the constant segment is empty, and does not need to be loaded. Differential Revision: D62455987
e04b3b4
to
834e76a
Compare
This pull request was exported from Phabricator. Differential Revision: D62455987 |
834e76a
to
659b383
Compare
…5229) Summary: Pull Request resolved: pytorch#5229 1. If constant segment offsets only contains one value, it is the placeholder value for non-const tensors. This means the constant segment is empty, and does not need to be loaded. (T201034228) 2. Clean up before returning error in `prepare_input_tensors`. (T201165663) Differential Revision: D62455987
…5229) Summary: Pull Request resolved: pytorch#5229 1. If constant segment offsets only contains one value, it is the placeholder value for non-const tensors. This means the constant segment is empty, and does not need to be loaded. (T201034228) 2. Clean up before returning error in `prepare_input_tensors`. (T201165663) Differential Revision: D62455987
This pull request was exported from Phabricator. Differential Revision: D62455987 |
659b383
to
eef4064
Compare
This pull request has been merged in 41b463e. |
Summary: If constant segment offsets only contains one value, it is the placeholder value for non-const tensors. This means the constant segment is empty, and does not need to be loaded.
Differential Revision: D62455987