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
986ab5db
Unverified
Commit
986ab5db
authored
Nov 20, 2025
by
Michael Goin
Committed by
GitHub
Nov 20, 2025
Browse files
[CI Bugfix] Fix Kernels DeepGEMM Test (H100) (#29106)
Signed-off-by:
mgoin
<
mgoin64@gmail.com
>
parent
dd39f91e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
.buildkite/test-pipeline.yaml
.buildkite/test-pipeline.yaml
+4
-5
No files found.
.buildkite/test-pipeline.yaml
View file @
986ab5db
...
@@ -554,7 +554,6 @@ steps:
...
@@ -554,7 +554,6 @@ steps:
timeout_in_minutes
:
45
timeout_in_minutes
:
45
gpu
:
h100
gpu
:
h100
num_gpus
:
1
num_gpus
:
1
optional
:
true
source_file_dependencies
:
source_file_dependencies
:
-
tools/install_deepgemm.sh
-
tools/install_deepgemm.sh
-
vllm/utils/deep_gemm.py
-
vllm/utils/deep_gemm.py
...
@@ -565,10 +564,10 @@ steps:
...
@@ -565,10 +564,10 @@ steps:
-
tests/kernels/moe/test_batched_deepgemm.py
-
tests/kernels/moe/test_batched_deepgemm.py
-
tests/kernels/attention/test_deepgemm_attention.py
-
tests/kernels/attention/test_deepgemm_attention.py
commands
:
commands
:
-
pytest -v -s
tests/
kernels/quantization/test_block_fp8.py -k deep_gemm
-
pytest -v -s kernels/quantization/test_block_fp8.py -k deep_gemm
-
pytest -v -s
tests/
kernels/moe/test_deepgemm.py
-
pytest -v -s kernels/moe/test_deepgemm.py
-
pytest -v -s
tests/
kernels/moe/test_batched_deepgemm.py
-
pytest -v -s kernels/moe/test_batched_deepgemm.py
-
pytest -v -s
tests/
kernels/attention/test_deepgemm_attention.py
-
pytest -v -s kernels/attention/test_deepgemm_attention.py
-
label
:
Model Executor Test
# 23min
-
label
:
Model Executor Test
# 23min
timeout_in_minutes
:
35
timeout_in_minutes
:
35
...
...
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