Op registry to warn instead of error against duplicated op s (#18179)#18179
Op registry to warn instead of error against duplicated op s (#18179)#18179rezaasjd wants to merge 1 commit intopytorch:mainfrom
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/18179
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New FailureAs of commit 4b8bcbc with merge base d0820e1 ( NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This PR needs a
|
…#18179) Summary: Resolves the issue where duplicated primitive ops can be attempted to be registered from multiple ET runners. The error can be silent in pre-main static intialization. Differential Revision: D96544230
291af8d to
8067d67
Compare
|
What's the use case of multiple runners? |
multiple subsystem are running their own et runner. For instance, an MCU thread where its running ET runner for model x, and a DSP thread where it's running a separate ET runner for model Y. |
8067d67 to
e6038a9
Compare
…#18179) Summary: Resolves the issue where duplicated primitive ops can be attempted to be registered from multiple ET runners. The error can be silent in pre-main static intialization. Differential Revision: D96544230
…#18179) Summary: Resolves the issue where duplicated primitive ops can be attempted to be registered from multiple ET runners. The error can be silent in pre-main static intialization. Differential Revision: D96544230
e6038a9 to
4b8bcbc
Compare
Summary:
Resolves the issue where duplicated primitive ops can be attempted to be registered from multiple ET runners.
The error can be silent in pre-main static intialization.
Differential Revision: D96544230