Unverified Commit aea02f30 authored by Alexey Kondratiev(AMD)'s avatar Alexey Kondratiev(AMD) Committed by GitHub
Browse files

[CI/Build] Excluding test_moe.py from AMD Kernels tests for investigation (#8373)

parent 0b952af4
...@@ -87,6 +87,7 @@ if [[ $commands == *" kernels "* ]]; then ...@@ -87,6 +87,7 @@ if [[ $commands == *" kernels "* ]]; then
--ignore=kernels/test_machete_gemm.py \ --ignore=kernels/test_machete_gemm.py \
--ignore=kernels/test_mamba_ssm.py \ --ignore=kernels/test_mamba_ssm.py \
--ignore=kernels/test_marlin_gemm.py \ --ignore=kernels/test_marlin_gemm.py \
--ignore=kernels/test_moe.py \
--ignore=kernels/test_prefix_prefill.py \ --ignore=kernels/test_prefix_prefill.py \
--ignore=kernels/test_rand.py \ --ignore=kernels/test_rand.py \
--ignore=kernels/test_sampler.py" --ignore=kernels/test_sampler.py"
......
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