fix scheduler for non-cuda devices and disable piecewise cuda graph f… (#19992)

Co-authored-by: Kangyan-Zhou <zky314343421@gmail.com>
This commit is contained in:
Juan Muneton
2026-03-18 21:54:19 -07:00
committed by GitHub
co-authored by Kangyan-Zhou
parent f85455ab24
commit 4052b53227
4 changed files with 6 additions and 154 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ suite_xeon = {
suite_xpu = {
"per-commit-xpu": [
TestFile("xpu/test_deepseek_ocr.py"),
TestFile("xpu/test_internvl.py"),
# TestFile("xpu/test_internvl.py"),
TestFile("xpu/test_intel_xpu_backend.py"),
],
}