-
Notifications
You must be signed in to change notification settings - Fork 752
Add unique method ID #12692
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
base: main
Are you sure you want to change the base?
Add unique method ID #12692
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/12692
Note: Links to docs will display an error until the docs builds have been completed. ❌ 5 New FailuresAs of commit 08fa039 with merge base 413dee4 ( NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
This pull request was exported from Phabricator. Differential Revision: D78697798 |
|
Is it for weight sharing in xnnpack? Can we use the delegate blob hash instead? |
Summary: Add an auto-incremented identifier field to the Method class and pass into BackendInitContext. This allows backends to disambiguated between methods with the same name (two models with a "forward" method, for example). Differential Revision: D78697798
a7632fb to
08fa039
Compare
|
This pull request was exported from Phabricator. Differential Revision: D78697798 |
|
Looks like this PR hasn't been updated in a while so we're going to go ahead and mark this as |
|
Looks like this PR hasn't been updated in a while so we're going to go ahead and mark this as |
Summary: Add an auto-incremented identifier field to the Method class and pass into BackendInitContext. This allows backends to disambiguated between methods with the same name (two models with a "forward" method, for example).
Differential Revision: D78697798