[XPU] Integrate MoE and minor improvements in XPU attention backend (#13561)

This commit is contained in:
Meng, Hengyu
2026-02-04 23:09:59 -08:00
committed by GitHub
parent dff3ba202a
commit 368936a62b
8 changed files with 233 additions and 7 deletions
+1
View File
@@ -74,6 +74,7 @@ suite_xeon = {
suite_xpu = {
"per-commit-xpu": [
TestFile("xpu/test_intel_xpu_backend.py"),
TestFile("xpu/test_deepseek_ocr.py"),
],
}