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
zhaoyu6
sglang
Commits
4839999b
"docs/source/api_reference/grid_scatter.rst" did not exist on "6ee722950ec46ebee6fa1c54c4ae9cc770ec1203"
Unverified
Commit
4839999b
authored
May 29, 2025
by
fzyzcjy
Committed by
GitHub
May 28, 2025
Browse files
Overlap two kernels in DeepSeek with communication (#6711)
parent
541a985f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
python/sglang/srt/operations_strategy.py
python/sglang/srt/operations_strategy.py
+1
-1
No files found.
python/sglang/srt/operations_strategy.py
View file @
4839999b
...
@@ -127,9 +127,9 @@ def _compute_moe_deepseek_blog_decode(layer):
...
@@ -127,9 +127,9 @@ def _compute_moe_deepseek_blog_decode(layer):
layer
.
mlp
.
op_combine_a
,
layer
.
mlp
.
op_combine_a
,
operations
.
YieldOperation
(),
operations
.
YieldOperation
(),
layer
.
mlp
.
op_combine_b
,
layer
.
mlp
.
op_combine_b
,
operations
.
YieldOperation
(),
layer
.
mlp
.
op_output
,
layer
.
mlp
.
op_output
,
layer
.
op_comm_postprocess_layer
,
layer
.
op_comm_postprocess_layer
,
operations
.
YieldOperation
(),
],
],
)
)
...
...
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