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
a1d5bc4c
"...resnet50_migraphx.git" did not exist on "0ed76f01b827082d842e12303b6a07105b06fafa"
Unverified
Commit
a1d5bc4c
authored
Oct 26, 2025
by
Elfie Guo
Committed by
GitHub
Oct 26, 2025
Browse files
Avoid using flashinfer_allreduce_fusion when dp attention is enabled. (#11632)
parent
a8023891
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
python/sglang/srt/layers/communicator.py
python/sglang/srt/layers/communicator.py
+1
-0
No files found.
python/sglang/srt/layers/communicator.py
View file @
a1d5bc4c
...
@@ -337,6 +337,7 @@ class LayerCommunicator:
...
@@ -337,6 +337,7 @@ class LayerCommunicator:
static_conditions_met
=
(
static_conditions_met
=
(
(
not
self
.
is_last_layer
)
(
not
self
.
is_last_layer
)
and
(
self
.
_context
.
tp_size
>
1
)
and
(
self
.
_context
.
tp_size
>
1
)
and
not
is_dp_attention_enabled
()
and
get_global_server_args
().
enable_flashinfer_allreduce_fusion
and
get_global_server_args
().
enable_flashinfer_allreduce_fusion
and
_is_flashinfer_available
and
_is_flashinfer_available
)
)
...
...
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