2/x: Introduce new ETCoreMLModelCache that adheres to cache protocol (#18682)#18682
Merged
meta-codesync[bot] merged 1 commit intopytorch:mainfrom Apr 4, 2026
Merged
Conversation
Contributor
|
@metascroy has exported this pull request. If you are a Meta employee, you can view the originating Diff in D91183831. |
digantdesai
approved these changes
Apr 3, 2026
Contributor
digantdesai
left a comment
There was a problem hiding this comment.
Review automatically exported from Phabricator review in Meta.
This PR needs a
|
metascroy
added a commit
to metascroy/executorch
that referenced
this pull request
Apr 3, 2026
…ytorch#18682) Summary: This is diff 2/9 to implement the new caching system for CoreML, following the design doc here: fbcode/executorch/backends/apple/coreml/docs/new_cache_design.md [ gdoc version: https://docs.google.com/document/d/1aKwTNj-L3-sAyBetL92RwJdSsSwA4KhvAQ3FO1zbguE/edit?tab=t.0#heading=h.3ecu6rvzx1z3 ] The design doc contains detailed plans for each diff in the stack, see https://fburl.com/gdoc/h4vincwz for what this diff does. Reviewed By: digantdesai Differential Revision: D91183831
7480adb to
d4b3d08
Compare
…ytorch#18682) Summary: This is diff 2/9 to implement the new caching system for CoreML, following the design doc here: fbcode/executorch/backends/apple/coreml/docs/new_cache_design.md [ gdoc version: https://docs.google.com/document/d/1aKwTNj-L3-sAyBetL92RwJdSsSwA4KhvAQ3FO1zbguE/edit?tab=t.0#heading=h.3ecu6rvzx1z3 ] The design doc contains detailed plans for each diff in the stack, see https://fburl.com/gdoc/h4vincwz for what this diff does. Reviewed By: digantdesai Differential Revision: D91183831
d4b3d08 to
63b8599
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary:
This is diff 2/9 to implement the new caching system for CoreML, following the design doc here: fbcode/executorch/backends/apple/coreml/docs/new_cache_design.md
[ gdoc version: https://docs.google.com/document/d/1aKwTNj-L3-sAyBetL92RwJdSsSwA4KhvAQ3FO1zbguE/edit?tab=t.0#heading=h.3ecu6rvzx1z3 ]
The design doc contains detailed plans for each diff in the stack, see https://fburl.com/gdoc/h4vincwz for what this diff does.
Reviewed By: digantdesai
Differential Revision: D91183831