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
56230881
Unverified
Commit
56230881
authored
Jun 26, 2025
by
Wentao Ye
Committed by
GitHub
Jun 26, 2025
Browse files
[Refactor] Rename commnication utils (#20091)
Signed-off-by:
yewentao256
<
zhyanwentao@126.com
>
parent
04e1642e
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
4 deletions
+4
-4
tests/kernels/moe/test_deepep_deepgemm_moe.py
tests/kernels/moe/test_deepep_deepgemm_moe.py
+1
-1
tests/kernels/moe/test_deepep_moe.py
tests/kernels/moe/test_deepep_moe.py
+1
-1
tests/kernels/moe/test_pplx_cutlass_moe.py
tests/kernels/moe/test_pplx_cutlass_moe.py
+1
-1
tests/kernels/moe/test_pplx_moe.py
tests/kernels/moe/test_pplx_moe.py
+1
-1
tests/kernels/moe/utils.py
tests/kernels/moe/utils.py
+0
-0
No files found.
tests/kernels/moe/test_deepep_deepgemm_moe.py
View file @
56230881
...
...
@@ -22,7 +22,7 @@ from vllm.model_executor.layers.quantization.utils.fp8_utils import (
per_token_group_quant_fp8
)
from
vllm.platforms
import
current_platform
from
.
deepep_
utils
import
ProcessGroupInfo
,
parallel_launch
from
.utils
import
ProcessGroupInfo
,
parallel_launch
has_deep_ep
=
importlib
.
util
.
find_spec
(
"deep_ep"
)
is
not
None
...
...
tests/kernels/moe/test_deepep_moe.py
View file @
56230881
...
...
@@ -23,7 +23,7 @@ from vllm.model_executor.layers.quantization.utils.fp8_utils import (
per_token_group_quant_fp8
)
from
vllm.platforms
import
current_platform
from
.
deepep_
utils
import
ProcessGroupInfo
,
parallel_launch
from
.utils
import
ProcessGroupInfo
,
parallel_launch
has_deep_ep
=
importlib
.
util
.
find_spec
(
"deep_ep"
)
is
not
None
...
...
tests/kernels/moe/test_pplx_cutlass_moe.py
View file @
56230881
...
...
@@ -15,7 +15,7 @@ from vllm.model_executor.layers.fused_moe.modular_kernel import (
FusedMoEModularKernel
)
from
vllm.platforms
import
current_platform
from
.
deepep_
utils
import
ProcessGroupInfo
,
parallel_launch
from
.utils
import
ProcessGroupInfo
,
parallel_launch
try
:
from
pplx_kernels
import
AllToAll
...
...
tests/kernels/moe/test_pplx_moe.py
View file @
56230881
...
...
@@ -29,7 +29,7 @@ from vllm.model_executor.layers.fused_moe.modular_kernel import (
FusedMoEModularKernel
)
from
vllm.platforms
import
current_platform
from
.
deepep_
utils
import
ProcessGroupInfo
,
parallel_launch
from
.utils
import
ProcessGroupInfo
,
parallel_launch
requires_pplx
=
pytest
.
mark
.
skipif
(
not
has_pplx
,
...
...
tests/kernels/moe/
deepep_
utils.py
→
tests/kernels/moe/utils.py
View file @
56230881
File moved
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