[XPU] Remove redundant xpu graph backend and make xpu graph opt-in by default (#29911)

This commit is contained in:
Cao E
2026-07-03 15:58:56 +08:00
committed by GitHub
parent 67697fb891
commit 9df16b5ba9
17 changed files with 68 additions and 140 deletions
@@ -42,6 +42,10 @@ class TestEagle3ParityXPU(SpecParityKit, _Eagle3ParityBase):
disable_overlap = False
attention_backend = "triton"
# Decode full-graph was active by default when this test was added
# (via XPUCudaGraphBackend). Opt in explicitly now that it is disabled
# by default so the coverage is preserved.
extra_args = ("--cuda-graph-config", '{"decode":{"backend":"full"}}')
if __name__ == "__main__":