From 5536b30a4c7877d75758d21bdaf39b3a59aa2dc2 Mon Sep 17 00:00:00 2001 From: Alexei-V-Ivanov-AMD <156011006+Alexei-V-Ivanov-AMD@users.noreply.github.com> Date: Tue, 22 Apr 2025 11:32:40 -0500 Subject: [PATCH] Fencing Kernels Tests for enabling on AMD (#16929) Signed-off-by: Alexei V. Ivanov --- .buildkite/scripts/hardware_ci/run-amd-test.sh | 7 +++++++ .buildkite/test-pipeline.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.buildkite/scripts/hardware_ci/run-amd-test.sh b/.buildkite/scripts/hardware_ci/run-amd-test.sh index 469422ddec20a..368f30434aa1d 100755 --- a/.buildkite/scripts/hardware_ci/run-amd-test.sh +++ b/.buildkite/scripts/hardware_ci/run-amd-test.sh @@ -98,6 +98,13 @@ if [[ $commands == *" kernels "* ]]; then --ignore=kernels/test_machete_mm.py \ --ignore=kernels/test_mha_attn.py \ --ignore=kernels/test_block_fp8.py \ + --ignore=kernels/test_cutlass_moe.py \ + --ignore=kernels/test_mamba_ssm_ssd.py \ + --ignore=kernels/test_attention.py \ + --ignore=kernels/test_block_int8.py \ + --ignore=kernels/test_fused_quant_layernorm.py \ + --ignore=kernels/test_int8_kernel.py \ + --ignore=kernels/test_triton_moe_ptpc_fp8.py \ --ignore=kernels/test_permute_cols.py" fi diff --git a/.buildkite/test-pipeline.yaml b/.buildkite/test-pipeline.yaml index f41d15c2324e6..898b8e5da2f48 100644 --- a/.buildkite/test-pipeline.yaml +++ b/.buildkite/test-pipeline.yaml @@ -314,7 +314,7 @@ steps: - pytest -v -s compile/test_full_graph.py - label: Kernels Test %N # 1h each - # mirror_hardwares: [amd] + mirror_hardwares: [amd] source_file_dependencies: - csrc/ - vllm/attention