[ROCm][CI] Skip trtllm kvfp8 dequant tests on ROCm (#37330)

Signed-off-by: Andreas Karatzas <akaratza@amd.com>
This commit is contained in:
Andreas Karatzas
2026-03-17 22:12:26 -05:00
committed by GitHub
parent 761e0aa7a0
commit 58cde5c026

View File

@@ -12,6 +12,12 @@ import torch
from vllm.platforms import current_platform
if current_platform.is_rocm():
pytest.skip(
"trtllm kvfp8 dequant is not supported on ROCm.",
allow_module_level=True,
)
FP8_DTYPE = current_platform.fp8_dtype()
NUM_BLOCKS = 128