Skip to content

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

Closed
wants to merge 1 commit into from

Conversation

lucylq
Copy link
Contributor

@lucylq lucylq commented Sep 10, 2024

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

Copy link

pytorch-bot bot commented Sep 10, 2024

🔗 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 Failures

As of commit eef4064 with merge base 4cce620 (image):
💚 Looks good so far! There are no failures yet. 💚

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Sep 10, 2024
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D62455987

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D62455987

lucylq added a commit to lucylq/executorch-1 that referenced this pull request Sep 10, 2024
…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
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D62455987

lucylq added a commit to lucylq/executorch-1 that referenced this pull request Sep 10, 2024
…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
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D62455987

@lucylq lucylq requested a review from dbort September 10, 2024 21:55
@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 41b463e.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported Merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants