Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
cb8ed2c0
Unverified
Commit
cb8ed2c0
authored
Oct 14, 2025
by
fzyzcjy
Committed by
GitHub
Oct 13, 2025
Browse files
Make DeepEP combine recv do not overlap (#11535)
parent
38473363
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
python/sglang/srt/layers/moe/token_dispatcher/deepep.py
python/sglang/srt/layers/moe/token_dispatcher/deepep.py
+3
-0
No files found.
python/sglang/srt/layers/moe/token_dispatcher/deepep.py
View file @
cb8ed2c0
...
@@ -616,6 +616,9 @@ class _DeepEPDispatcherImplLowLatency(_DeepEPDispatcherImplBase):
...
@@ -616,6 +616,9 @@ class _DeepEPDispatcherImplLowLatency(_DeepEPDispatcherImplBase):
return
hidden_states
,
event
,
hook
,
overlap_args
return
hidden_states
,
event
,
hook
,
overlap_args
def
combine_b
(
self
,
hidden_states
,
event
,
hook
,
overlap_args
):
def
combine_b
(
self
,
hidden_states
,
event
,
hook
,
overlap_args
):
if
overlap_args
is
not
None
:
overlap_args
.
stream
.
wait_stream
(
self
.
device_module
.
current_stream
())
hook
()
if
self
.
return_recv_hook
else
event
.
current_stream_wait
()
hook
()
if
self
.
return_recv_hook
else
event
.
current_stream_wait
()
if
overlap_args
is
not
None
:
if
overlap_args
is
not
None
:
...
...
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