Add Arm64 INT8 MoE test coverage (#25007)

This commit is contained in:
Mandepudi Rani Chowdary
2026-06-10 10:36:57 +08:00
committed by GitHub
parent 854d232a40
commit 7e3e616159
12 changed files with 245 additions and 17 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ HW_MAPPING = {
# (label-gated; pr-test-extra.yml). Tests are tagged per-commit regardless;
# pr-test-extra.yml's `run-ci-extra` PR label decides whether extra-* dispatches.
PER_COMMIT_SUITES = {
HWBackend.CPU: ["base-a-test-cpu", "base-b-test-cpu"],
HWBackend.CPU: ["base-a-test-cpu", "base-b-test-cpu", "base-b-test-cpu-arm64"],
HWBackend.AMD: [
"stage-a-test-1-gpu-small-amd",
"stage-b-test-1-gpu-small-amd",