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
7d52ad72
Unverified
Commit
7d52ad72
authored
Mar 25, 2025
by
Chenggang Zhao
Committed by
GitHub
Mar 25, 2025
Browse files
Merge pull request #89 from fzyzcjy/patch-1
Super tiny fix typo
parents
ae0eafd2
36b5c279
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
deep_ep/buffer.py
deep_ep/buffer.py
+1
-1
No files found.
deep_ep/buffer.py
View file @
7d52ad72
...
...
@@ -479,7 +479,7 @@ class Buffer:
Moreover, not all tokens are valid, only some of the `num_max_dispatch_tokens_per_rank * num_ranks` are,
as we do not synchronize CPU received count with GPU (also not incompatible with CUDA graph if synced).
recv_count: a tensor shaped `[num_local_experts]` with type `torch.int`, indicating how many tokens each
expert receive. As mentioned before,
all not
tokens are valid in `recv_x`.
expert receive. As mentioned before,
not all
tokens are valid in `recv_x`.
handle: the communication handle to be used in the `low_latency_combine` function.
event: the event after executing the kernel (valid only if `async_finish` is set).
hook: the receiving hook function (valid only if `return_recv_hook` is set).
...
...
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