Unverified Commit 3e1d2236 authored by Sage Moore's avatar Sage Moore Committed by GitHub
Browse files

[ROCm] Disable a few more kernel tests that are broken on ROCm (#14145)


Signed-off-by: default avatarSage Moore <sage@neuralmagic.com>
parent 4f5b059f
......@@ -93,7 +93,12 @@ if [[ $commands == *" kernels "* ]]; then
--ignore=kernels/test_rand.py \
--ignore=kernels/test_sampler.py \
--ignore=kernels/test_cascade_flash_attn.py \
--ignore=kernels/test_mamba_mixer2.py"
--ignore=kernels/test_mamba_mixer2.py \
--ignore=kernels/test_aqlm.py \
--ignore=kernels/test_machete_mm.py \
--ignore=kernels/test_mha_attn.py \
--ignore=kernels/test_block_fp8.py \
--ignore=kernels/test_permute_cols.py"
fi
#ignore certain Entrypoints tests
......
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