Add event tracer support for channelwise gated#21389
Conversation
Summary: Because multi-output out-variant custom ops cannot use the EXECUTORCH_LIBRARY macro, we manually register and did not add even tracer support. This diff adds that support It also moves the gated delta tests to its own file. Differential Revision: D113603106
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/21389
Note: Links to docs will display an error until the docs builds have been completed. ❌ 6 New Failures, 1 Unrelated FailureAs of commit da759bd with merge base 30bf6af ( NEW FAILURES - The following jobs have failed:
FLAKY - The following job failed but was likely due to flakiness present on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
@JakeStevens has exported this pull request. If you are a Meta employee, you can view the originating Diff in D113603106. |
This PR needs a
|
Summary:
Because multi-output out-variant custom ops cannot use the EXECUTORCH_LIBRARY macro, we manually register and did not add even tracer support.
This diff adds that support
It also moves the gated delta tests to its own file.
Differential Revision: D113603106