Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
3e1d2236
Unverified
Commit
3e1d2236
authored
Mar 04, 2025
by
Sage Moore
Committed by
GitHub
Mar 04, 2025
Browse files
[ROCm] Disable a few more kernel tests that are broken on ROCm (#14145)
Signed-off-by:
Sage Moore
<
sage@neuralmagic.com
>
parent
4f5b059f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
.buildkite/run-amd-test.sh
.buildkite/run-amd-test.sh
+6
-1
No files found.
.buildkite/run-amd-test.sh
View file @
3e1d2236
...
@@ -93,7 +93,12 @@ if [[ $commands == *" kernels "* ]]; then
...
@@ -93,7 +93,12 @@ if [[ $commands == *" kernels "* ]]; then
--ignore=kernels/test_rand.py
\
--ignore=kernels/test_rand.py
\
--ignore=kernels/test_sampler.py
\
--ignore=kernels/test_sampler.py
\
--ignore=kernels/test_cascade_flash_attn.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
fi
#ignore certain Entrypoints tests
#ignore certain Entrypoints tests
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment