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
afa26075
Unverified
Commit
afa26075
authored
Jul 28, 2025
by
Michael Goin
Committed by
GitHub
Jul 28, 2025
Browse files
[CI] Parallelize Kernels MoE Test (#21764)
Signed-off-by:
mgoin
<
mgoin64@gmail.com
>
parent
48b763d6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
.buildkite/test-pipeline.yaml
.buildkite/test-pipeline.yaml
+4
-3
No files found.
.buildkite/test-pipeline.yaml
View file @
afa26075
...
...
@@ -406,14 +406,15 @@ steps:
-
pytest -v -s kernels/quantization --shard-id=$$BUILDKITE_PARALLEL_JOB --num-shards=$$BUILDKITE_PARALLEL_JOB_COUNT
parallelism
:
2
-
label
:
Kernels MoE Test
-
label
:
Kernels MoE Test
%N
mirror_hardwares
:
[
amdexperimental
]
source_file_dependencies
:
-
csrc/moe/
-
tests/kernels/moe
-
vllm/model_executor/layers/fused_moe/
commands
:
-
pytest -v -s kernels/moe
-
pytest -v -s kernels/moe --shard-id=$$BUILDKITE_PARALLEL_JOB --num-shards=$$BUILDKITE_PARALLEL_JOB_COUNT
parallelism
:
2
-
label
:
Kernels Mamba Test
mirror_hardwares
:
[
amdexperimental
,
amdproduction
]
...
...
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