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 Awaiting Approval, 1 New Failure, 1 Unrelated FailureAs of commit 8067d67 with merge base e729fa7 ( AWAITING APPROVAL - The following workflow needs approval before CI can run:
NEW FAILURE - The following job has failed:
BROKEN TRUNK - The following job failed but were 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
|
…#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? |
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