[AMD] CI: cut two setup cycles from the AMD multimodal-gen lanes (#34483)

Co-authored-by: quitenode <quitenode@users.noreply.github.com>
This commit is contained in:
Michael
2026-08-20 22:01:51 -07:00
committed by GitHub
co-authored by quitenode
parent 3efa057449
commit f64080fbaf
3 changed files with 53 additions and 129 deletions
+3 -3
View File
@@ -64,9 +64,9 @@ _MM_GEN_SUBDIR_BACKENDS = {
"server/musa": ("MUSA",),
"server/ascend": ("NPU",),
"layers": ("CUDA",),
# unit/ are portable CPU-style unit tests. pr-test-amd now runs the `unit`
# suite on ROCm (multimodal-gen-unit-test-amd, both 7.0.0 and 7.2.0), so
# they are AMD-covered too, not CUDA-only.
# unit/ are portable CPU-style unit tests. The `unit` suite also runs on
# ROCm (both 7.0.0 and 7.2.0), as a step of multimodal-gen-test-1-gpu-amd
# part 0, so they are AMD-covered too, not CUDA-only.
"unit": ("CUDA", "AMD"),
"cli": ("CUDA",),
"manual": ("CUDA",),