[XPU][CI]fix xpu kv cache layout test (#46429)

Signed-off-by: Kunshang Ji <kunshang.ji@intel.com>
This commit is contained in:
Kunshang Ji
2026-06-23 03:43:29 +00:00
committed by GitHub
parent 430a95ae3a
commit 9d3317172c
@@ -30,7 +30,7 @@ def test_mla_common_backend_rejects_cross_layer_kv_cache():
[
"vllm.v1.attention.backends.mla.triton_mla.TritonMLABackend",
]
if current_platform.is_rocm()
if current_platform.is_rocm() or current_platform.is_xpu()
else [
"vllm.v1.attention.backends.mla.triton_mla.TritonMLABackend",
"vllm.v1.attention.backends.mla.cutlass_mla.CutlassMLABackend",