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
DeepEP
Commits
55cdd9a6
Commit
55cdd9a6
authored
Mar 04, 2025
by
Chenggang Zhao
Browse files
Fix typo
parent
2a3cac90
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
README.md
README.md
+1
-1
No files found.
README.md
View file @
55cdd9a6
...
@@ -204,7 +204,7 @@ def combine_backward(grad_combined_x: Union[torch.Tensor, Tuple[torch.Tensor, to
...
@@ -204,7 +204,7 @@ def combine_backward(grad_combined_x: Union[torch.Tensor, Tuple[torch.Tensor, to
global
_buffer
global
_buffer
# The backward process of MoE combine is actually a dispatch
# The backward process of MoE combine is actually a dispatch
# For more advanced usages, please refer to the docs of the `
combine
` function
# For more advanced usages, please refer to the docs of the `
dispatch
` function
grad_x
,
_
,
_
,
_
,
_
,
event
=
_buffer
.
dispatch
(
grad_combined_x
,
handle
=
handle
,
async_finish
=
True
,
grad_x
,
_
,
_
,
_
,
_
,
event
=
_buffer
.
dispatch
(
grad_combined_x
,
handle
=
handle
,
async_finish
=
True
,
previous_event
=
previous_event
,
previous_event
=
previous_event
,
allocate_on_comm_stream
=
previous_event
is
not
None
)
allocate_on_comm_stream
=
previous_event
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