[CI] Migrate CUDA Graph tests to test/registered/cuda_graph/ (#15436)

This commit is contained in:
Alison Shao
2025-12-20 18:55:39 -08:00
committed by GitHub
parent 4b351f6b95
commit 9a3bdf2c95
8 changed files with 208 additions and 159 deletions
+2 -1
View File
@@ -22,7 +22,8 @@ PER_COMMIT_SUITES = {
HWBackend.CUDA: [
"stage-a-test-1",
"stage-b-test-small-1-gpu",
"stage-b-test-small-2-gpu",
"stage-b-test-large-1-gpu",
"stage-b-test-large-2-gpu",
],
HWBackend.NPU: [],
}