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
45c1ca1c
Unverified
Commit
45c1ca1c
authored
Dec 29, 2025
by
Andreas Karatzas
Committed by
GitHub
Dec 29, 2025
Browse files
[ROCm][CI] Skip DeepGemm-dependent test on ROCm platform (#31462)
Signed-off-by:
Andreas Karatzas
<
akaratza@amd.com
>
parent
17347daa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
tests/kernels/moe/test_silu_mul_per_token_group_quant_fp8_colmajor.py
...s/moe/test_silu_mul_per_token_group_quant_fp8_colmajor.py
+4
-0
No files found.
tests/kernels/moe/test_silu_mul_per_token_group_quant_fp8_colmajor.py
View file @
45c1ca1c
...
...
@@ -67,6 +67,10 @@ def reference(x: torch.Tensor, use_ue8m0: bool) -> tuple[torch.Tensor, torch.Ten
@
pytest
.
mark
.
parametrize
(
"T"
,
[
128
,
256
,
512
])
@
pytest
.
mark
.
parametrize
(
"N"
,
[
128
*
2
,
256
*
2
,
768
*
2
,
2048
*
2
,
7168
*
2
])
@
pytest
.
mark
.
skipif
(
current_platform
.
is_rocm
(),
reason
=
"ROCm does not support DeepGemm."
,
)
def
test_silu_mul_fp8_quant_deep_gemm
(
T
:
int
,
N
:
int
):
current_platform
.
seed_everything
(
42
)
...
...
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