[CI]repair ci for custom op (#8455)

### What this PR does / why we need it?
repair ci for custom op nightly

Signed-off-by: ZT-AIA <1028681969@qq.com>
This commit is contained in:
ZT-AIA
2026-04-20 17:51:37 +08:00
committed by GitHub
parent dd7e08c6db
commit 3db5048d74
3 changed files with 10 additions and 3 deletions

View File

@@ -8,7 +8,9 @@ from vllm_ascend.utils import enable_custom_op
enable_custom_op()
@pytest.mark.skip(
reason="Failure of an individual operator use case causes failures of other operators."
)
@pytest.mark.parametrize("cache_mode", ["krope_ctkv", "nzcache"])
@torch.inference_mode()
def test_mla_preprocess_kernel(cache_mode: str):

View File

@@ -1,5 +1,6 @@
import gc
import pytest
import torch
import torch_npu
@@ -7,7 +8,9 @@ from vllm_ascend.utils import enable_custom_op
enable_custom_op()
@pytest.mark.skip(
reason="Failure of an individual operator use case causes failures of other operators."
)
@torch.inference_mode()
def test_mla_preprocess_kernel():
token_num = 1

View File

@@ -8,7 +8,9 @@ from vllm_ascend.utils import enable_custom_op
enable_custom_op()
@pytest.mark.skip(
reason="Failure of an individual operator use case causes failures of other operators."
)
@pytest.mark.parametrize("cache_mode", ["krope_ctkv", "nzcache"])
@torch.inference_mode()
def test_mla_preprocess_kernel(cache_mode: str):