Uh oh!
There was an error while loading. Please reload this page.
Introduce PTEFile class - #15864
Conversation
Pull Request resolved: #15800 PTEFile class holds the components of a PTE file: the program, mutable constants and named data. Currently, the `program` definition does not contain mutable constants and named data; they are always stored in segments and not inline. This means when we deserialize, they are lost, because we only deserialize into the `program` concept. Now, segment data is included in the PTEFile class. ghstack-source-id: 323871061 @exported-using-ghexport Differential Revision: [D86814175](https://our.internmc.facebook.com/intern/diff/D86814175/)
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/15864
Note: Links to docs will display an error until the docs builds have been completed. ❌ 7 New Failures, 2 Unrelated FailuresAs of commit 2e18362 with merge base b1e3e28 ( NEW FAILURES - The following jobs have failed:
FLAKY - The following job failed but was likely due to flakiness present on trunk:
BROKEN TRUNK - The following job failed but was present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This PR needs a |
Uh oh!
There was an error while loading. Please reload this page.
This PR was created by the merge bot to help merge the original PR into the main branch. ghstack PR number: pytorch#15800 by @lucylq ^ Please use this as the source of truth for the PR details, comments, and reviews ghstack PR base: https://github.com/pytorch/executorch/tree/gh/lucylq/125/base ghstack PR head: https://github.com/pytorch/executorch/tree/gh/lucylq/125/head Merge bot PR base: https://github.com/pytorch/executorch/tree/main Merge bot PR head: https://github.com/pytorch/executorch/tree/gh/lucylq/125/orig Differential Revision: [D86814175](https://our.internmc.facebook.com/intern/diff/D86814175/) @diff-train-skip-merge Co-authored-by: lucylq <lfq@meta.com>
This PR was created by the merge bot to help merge the original PR into the main branch.
ghstack PR number: #15800 by @lucylq
^ Please use this as the source of truth for the PR details, comments, and reviews
ghstack PR base: https://github.com/pytorch/executorch/tree/gh/lucylq/125/base
ghstack PR head: https://github.com/pytorch/executorch/tree/gh/lucylq/125/head
Merge bot PR base: https://github.com/pytorch/executorch/tree/main
Merge bot PR head: https://github.com/pytorch/executorch/tree/gh/lucylq/125/orig
Differential Revision: D86814175
@diff-train-skip-merge