Skip to content

[executorch] Create target for named_data_map #8147

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

Merged
merged 1 commit into from
Feb 3, 2025
Merged

Conversation

kirklandsign
Copy link
Contributor

Summary

named_data_map depends on tensor_layout, which depends on exec_lib.
Move it out from core, as we have a circular dep when exec_lib is part of core.
Also make TensorLayout::create return a const.

Copy link

pytorch-bot bot commented Feb 3, 2025

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/8147

Note: Links to docs will display an error until the docs builds have been completed.

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 Feb 3, 2025
Pull Request resolved: #8110

named_data_map depends on tensor_layout, which depends on exec_lib.

Move it out from core, as we have a circular dep when exec_lib is part of core.

Also make TensorLayout::create return a const.
ghstack-source-id: 264157518

Differential Revision: [D68972364](https://our.internmc.facebook.com/intern/diff/D68972364/)
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. topic: not user facing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants