[ExecuTorch][llm] Add numerical kernel tests for quantized_moe_ffn#21123
[ExecuTorch][llm] Add numerical kernel tests for quantized_moe_ffn#21123digantdesai wants to merge 1 commit into
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/21123
Note: Links to docs will display an error until the docs builds have been completed. ❗ 1 Active SEVsThere are 1 currently active SEVs. If your PR is affected, please view them below: ❌ 4 New Failures, 2 Unrelated FailuresAs of commit 69fdd7a with merge base 21554e5 ( NEW FAILURES - The following jobs have failed:
FLAKY - The following jobs failed but were likely due to flakiness present on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This PR needs a
|
Stack from ghstack (oldest at bottom):
Add TestQuantizedMoeFfnOp: 5 tests comparing custom op output against
a Python q-dq reference (sigmoid+bias, sigmoid no-bias, softmax,
single-token, route_scale=0.0).
Differential Revision: D102381999