Unverified Commit 5536b30a authored by Alexei-V-Ivanov-AMD's avatar Alexei-V-Ivanov-AMD Committed by GitHub
Browse files

Fencing Kernels Tests for enabling on AMD (#16929)


Signed-off-by: default avatarAlexei V. Ivanov <alexei.ivanov@amd.com>
parent 7f58fb97
...@@ -98,6 +98,13 @@ if [[ $commands == *" kernels "* ]]; then ...@@ -98,6 +98,13 @@ if [[ $commands == *" kernels "* ]]; then
--ignore=kernels/test_machete_mm.py \ --ignore=kernels/test_machete_mm.py \
--ignore=kernels/test_mha_attn.py \ --ignore=kernels/test_mha_attn.py \
--ignore=kernels/test_block_fp8.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" --ignore=kernels/test_permute_cols.py"
fi fi
......
...@@ -314,7 +314,7 @@ steps: ...@@ -314,7 +314,7 @@ steps:
- pytest -v -s compile/test_full_graph.py - pytest -v -s compile/test_full_graph.py
- label: Kernels Test %N # 1h each - label: Kernels Test %N # 1h each
# mirror_hardwares: [amd] mirror_hardwares: [amd]
source_file_dependencies: source_file_dependencies:
- csrc/ - csrc/
- vllm/attention - vllm/attention
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment