Skip to content

Conversation

lucylq
Copy link
Contributor

@lucylq lucylq commented Oct 3, 2025

Stack from ghstack (oldest at bottom):

Add public merged data map. Module can use this to resolve multiple named data maps.

Differential Revision: D83527299

Add public merged data map. Module can use this to resolve multiple named data maps.

Differential Revision: [D83527299](https://our.internmc.facebook.com/intern/diff/D83527299/)

[ghstack-poisoned]
Copy link

pytorch-bot bot commented Oct 3, 2025

🔗 Helpful Links

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

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

❌ 1 New Failure, 66 Pending, 2 Unrelated Failures

As of commit 836dc33 with merge base a39866c (image):

NEW FAILURE - The following job has failed:

FLAKY - The following jobs failed but were likely due to flakiness present on trunk:

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

@meta-cla meta-cla 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 Oct 3, 2025
@facebook-github-bot
Copy link
Contributor

@lucylq has exported this pull request. If you are a Meta employee, you can view the originating Diff in D83527299.

Copy link

github-actions bot commented Oct 3, 2025

This PR needs a release notes: label

If your change should be included in the release notes (i.e. would users of this library care about this change?), please use a label starting with release notes:. This helps us keep track and include your important work in the next release notes.

To add a label, you can comment to pytorchbot, for example
@pytorchbot label "release notes: none"

For more information, see
https://github.com/pytorch/pytorch/wiki/PyTorch-AutoLabel-Bot#why-categorize-for-release-notes-and-how-does-it-work.

Add public merged data map. Module can use this to resolve multiple named data maps.

Differential Revision: [D83527299](https://our.internmc.facebook.com/intern/diff/D83527299/)

[ghstack-poisoned]
Copy link
Contributor

@swolchok swolchok left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ping me when this is ready for re-review so you don't have to wait

Add public merged data map. Module can use this to resolve multiple named data maps.

Differential Revision: [D83527299](https://our.internmc.facebook.com/intern/diff/D83527299/)

[ghstack-poisoned]
lucylq added a commit that referenced this pull request Oct 3, 2025
Pull Request resolved: #14766

Add public merged data map. Module can use this to resolve multiple named data maps.
Creating as a sep dependency rather than inside module/ so it can be used independently of module. (think there may be some other internal usages soon)

Add support for BUCK and CMake.

ghstack-source-id: 313990892
@exported-using-ghexport

Differential Revision: [D83527299](https://our.internmc.facebook.com/intern/diff/D83527299/)
Add public merged data map. Module can use this to resolve multiple named data maps.

Differential Revision: [D83527299](https://our.internmc.facebook.com/intern/diff/D83527299/)

[ghstack-poisoned]
lucylq added a commit that referenced this pull request Oct 3, 2025
Pull Request resolved: #14766

Add public merged data map. Module can use this to resolve multiple named data maps.
Creating as a sep dependency rather than inside module/ so it can be used independently of module. (think there may be some other internal usages soon)

Add support for BUCK and CMake.

ghstack-source-id: 314009154
@exported-using-ghexport

Differential Revision: [D83527299](https://our.internmc.facebook.com/intern/diff/D83527299/)
Add public merged data map. Module can use this to resolve multiple named data maps.

Differential Revision: [D83527299](https://our.internmc.facebook.com/intern/diff/D83527299/)

[ghstack-poisoned]
lucylq added a commit that referenced this pull request Oct 3, 2025
Pull Request resolved: #14766

Add public merged data map. Module can use this to resolve multiple named data maps.
Creating as a sep dependency rather than inside module/ so it can be used independently of module. (think there may be some other internal usages soon)

Add support for BUCK and CMake.

ghstack-source-id: 314016314
@exported-using-ghexport

Differential Revision: [D83527299](https://our.internmc.facebook.com/intern/diff/D83527299/)
Add public merged data map. Module can use this to resolve multiple named data maps.

Differential Revision: [D83527299](https://our.internmc.facebook.com/intern/diff/D83527299/)

[ghstack-poisoned]
lucylq added a commit that referenced this pull request Oct 3, 2025
Pull Request resolved: #14766

Add public merged data map. Module can use this to resolve multiple named data maps.
Creating as a sep dependency rather than inside module/ so it can be used independently of module. (think there may be some other internal usages soon)

Add support for BUCK and CMake.

ghstack-source-id: 314018889
@exported-using-ghexport

Differential Revision: [D83527299](https://our.internmc.facebook.com/intern/diff/D83527299/)
Add public merged data map. Module can use this to resolve multiple named data maps.

Differential Revision: [D83527299](https://our.internmc.facebook.com/intern/diff/D83527299/)

[ghstack-poisoned]
@lucylq lucylq requested a review from cccclai as a code owner October 3, 2025 23:30
lucylq added a commit that referenced this pull request Oct 3, 2025
Pull Request resolved: #14766

Add public merged data map. Module can use this to resolve multiple named data maps.
Creating as a sep dependency rather than inside module/ so it can be used independently of module. (think there may be some other internal usages soon)

Add support for BUCK and CMake.

ghstack-source-id: 314023106
@exported-using-ghexport

Differential Revision: [D83527299](https://our.internmc.facebook.com/intern/diff/D83527299/)
Add public merged data map. Module can use this to resolve multiple named data maps.

Differential Revision: [D83527299](https://our.internmc.facebook.com/intern/diff/D83527299/)

[ghstack-poisoned]
lucylq added a commit that referenced this pull request Oct 4, 2025
Pull Request resolved: #14766

Add public merged data map. Module can use this to resolve multiple named data maps.
Creating as a sep dependency rather than inside module/ so it can be used independently of module. (think there may be some other internal usages soon)

Add support for BUCK and CMake. On CMake side, have to add the dep for everyone who uses module ..

ghstack-source-id: 314029159
@exported-using-ghexport

Differential Revision: [D83527299](https://our.internmc.facebook.com/intern/diff/D83527299/)
Copy link
Contributor

@swolchok swolchok left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just a bunch of minor complaints; seems fine overall

install(
TARGETS extension_named_data_map
EXPORT ExecuTorchTargets
DESTINATION lib
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should be CMAKE_INSTALL_LIBDIR from GNUInstallDirs; inconveniently I never landed #12792 so we have a bunch of bad examples laying around

Add public merged data map. Module can use this to resolve multiple named data maps.

Differential Revision: [D83527299](https://our.internmc.facebook.com/intern/diff/D83527299/)

[ghstack-poisoned]
lucylq added a commit that referenced this pull request Oct 6, 2025
Pull Request resolved: #14766

Add public merged data map. Module can use this to resolve multiple named data maps.
Creating as a sep dependency rather than inside module/ so it can be used independently of module. (think there may be some other internal usages soon)

Add support for BUCK and CMake. On CMake side, have to add the dep for everyone who uses module ..

ghstack-source-id: 314310581
@exported-using-ghexport

Differential Revision: [D83527299](https://our.internmc.facebook.com/intern/diff/D83527299/)
Add public merged data map. Module can use this to resolve multiple named data maps.

Differential Revision: [D83527299](https://our.internmc.facebook.com/intern/diff/D83527299/)

[ghstack-poisoned]
lucylq added a commit that referenced this pull request Oct 6, 2025
Pull Request resolved: #14766

Add public merged data map. Module can use this to resolve multiple named data maps.
Creating as a sep dependency rather than inside module/ so it can be used independently of module. (think there may be some other internal usages soon)

Add support for BUCK and CMake. On CMake side, have to add the dep for everyone who uses module ..

ghstack-source-id: 314321393
@exported-using-ghexport

Differential Revision: [D83527299](https://our.internmc.facebook.com/intern/diff/D83527299/)
Add public merged data map. Module can use this to resolve multiple named data maps.

Differential Revision: [D83527299](https://our.internmc.facebook.com/intern/diff/D83527299/)

[ghstack-poisoned]
lucylq added a commit that referenced this pull request Oct 6, 2025
Pull Request resolved: #14766

Add public merged data map. Module can use this to resolve multiple named data maps.
Creating as a sep dependency rather than inside module/ so it can be used independently of module. (think there may be some other internal usages soon)

Add support for BUCK and CMake. On CMake side, have to add the dep for everyone who uses module ..

ghstack-source-id: 314330666
@exported-using-ghexport

Differential Revision: [D83527299](https://our.internmc.facebook.com/intern/diff/D83527299/)
Add public merged data map. Module can use this to resolve multiple named data maps.

Differential Revision: [D83527299](https://our.internmc.facebook.com/intern/diff/D83527299/)

[ghstack-poisoned]
lucylq added a commit that referenced this pull request Oct 6, 2025
Pull Request resolved: #14766

Add public merged data map. Module can use this to resolve multiple named data maps.
Creating as a sep dependency rather than inside module/ so it can be used independently of module. (think there may be some other internal usages soon)

Add support for BUCK and CMake. On CMake side, have to add the dep for everyone who uses module ..

ghstack-source-id: 314332815
@exported-using-ghexport

Differential Revision: [D83527299](https://our.internmc.facebook.com/intern/diff/D83527299/)
Add public merged data map. Module can use this to resolve multiple named data maps.

Differential Revision: [D83527299](https://our.internmc.facebook.com/intern/diff/D83527299/)

[ghstack-poisoned]
lucylq added a commit that referenced this pull request Oct 6, 2025
Pull Request resolved: #14766

Add public merged data map. Module can use this to resolve multiple named data maps.
Creating as a sep dependency rather than inside module/ so it can be used independently of module. (think there may be some other internal usages soon)

Add support for BUCK and CMake. On CMake side, have to add the dep for everyone who uses module ..

ghstack-source-id: 314332815
@exported-using-ghexport

Differential Revision: [D83527299](https://our.internmc.facebook.com/intern/diff/D83527299/)
Add public merged data map. Module can use this to resolve multiple named data maps.

Differential Revision: [D83527299](https://our.internmc.facebook.com/intern/diff/D83527299/)

[ghstack-poisoned]
lucylq added a commit that referenced this pull request Oct 6, 2025
Pull Request resolved: #14766

Add public merged data map. Module can use this to resolve multiple named data maps.
Creating as a sep dependency rather than inside module/ so it can be used independently of module. (think there may be some other internal usages soon)

Add support for BUCK and CMake. On CMake side, have to add the dep for everyone who uses module ..

ghstack-source-id: 314332815
@exported-using-ghexport

Differential Revision: [D83527299](https://our.internmc.facebook.com/intern/diff/D83527299/)
lucylq added 3 commits October 6, 2025 15:45
Add public merged data map. Module can use this to resolve multiple named data maps.

Differential Revision: [D83527299](https://our.internmc.facebook.com/intern/diff/D83527299/)

[ghstack-poisoned]
Add public merged data map. Module can use this to resolve multiple named data maps.

Differential Revision: [D83527299](https://our.internmc.facebook.com/intern/diff/D83527299/)

[ghstack-poisoned]
Add public merged data map. Module can use this to resolve multiple named data maps.

Differential Revision: [D83527299](https://our.internmc.facebook.com/intern/diff/D83527299/)

[ghstack-poisoned]
lucylq added a commit that referenced this pull request Oct 6, 2025
Pull Request resolved: #14766

Add public merged data map. Module can use this to resolve multiple named data maps.
Creating as a sep dependency rather than inside module/ so it can be used independently of module. (think there may be some other internal usages soon)

Add support for BUCK and CMake. On CMake side, have to add the dep for everyone who uses module ..

ghstack-source-id: 314332815
@exported-using-ghexport

Differential Revision: [D83527299](https://our.internmc.facebook.com/intern/diff/D83527299/)
lucylq added 2 commits October 6, 2025 15:48
Add public merged data map. Module can use this to resolve multiple named data maps.

Differential Revision: [D83527299](https://our.internmc.facebook.com/intern/diff/D83527299/)

[ghstack-poisoned]
Add public merged data map. Module can use this to resolve multiple named data maps.

Differential Revision: [D83527299](https://our.internmc.facebook.com/intern/diff/D83527299/)

[ghstack-poisoned]
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 meta-exported
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants