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
aac0b817
Unverified
Commit
aac0b817
authored
Jan 23, 2026
by
Fadi Arafeh
Committed by
GitHub
Jan 23, 2026
Browse files
[CPU Backend][BugFix] Fix failing CPU MoE test (#32876)
Signed-off-by:
Fadi Arafeh
<
fadi.arafeh@arm.com
>
parent
05f3d714
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
tests/kernels/moe/test_moe.py
tests/kernels/moe/test_moe.py
+1
-0
No files found.
tests/kernels/moe/test_moe.py
View file @
aac0b817
...
@@ -1311,6 +1311,7 @@ def test_moe_sum(m: int, topk: int, k: int, dtype: torch.dtype):
...
@@ -1311,6 +1311,7 @@ def test_moe_sum(m: int, topk: int, k: int, dtype: torch.dtype):
opcheck
(
torch
.
ops
.
_moe_C
.
moe_sum
,
(
input
,
actual
))
opcheck
(
torch
.
ops
.
_moe_C
.
moe_sum
,
(
input
,
actual
))
@
pytest
.
mark
.
usefixtures
(
"default_vllm_config"
)
@
pytest
.
mark
.
parametrize
(
"m"
,
[
1
,
33
])
@
pytest
.
mark
.
parametrize
(
"m"
,
[
1
,
33
])
@
pytest
.
mark
.
parametrize
(
"n,k"
,
[(
128
,
128
)])
@
pytest
.
mark
.
parametrize
(
"n,k"
,
[(
128
,
128
)])
@
pytest
.
mark
.
parametrize
(
"e"
,
[
8
])
@
pytest
.
mark
.
parametrize
(
"e"
,
[
8
])
...
...
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