[ExecuTorch][llm] Add source-transform and Meta-kernel tests for MoE op#21122
[ExecuTorch][llm] Add source-transform and Meta-kernel tests for MoE op#21122digantdesai wants to merge 1 commit into
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/21122
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, 1 Unrelated FailureAs of commit 45e1787 with merge base 21554e5 ( NEW FAILURES - The following jobs have 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
|
Stack from ghstack (oldest at bottom):
Add
test_quantized_moe.pycoverage for source transformation, INT4 packing, Meta-kernel validation, kernel registration, and shared-expert behavior.Exercise the production torchao gate quantization recipe and assert that the transformed module exports a
llama.quantized_moe_ffncall with an fp32 gate buffer.Differential Revision: D102381997