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
218c5a1f
Unverified
Commit
218c5a1f
authored
Apr 03, 2025
by
fzyzcjy
Committed by
GitHub
Apr 03, 2025
Browse files
Update buffer.py
parent
26fa72d8
Changes
1
Hide 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 @
218c5a1f
...
@@ -526,7 +526,7 @@ class Buffer:
...
@@ -526,7 +526,7 @@ class Buffer:
out: the in-place output tensor, if set, the kernel will write the result to this tensor and return it directly.
out: the in-place output tensor, if set, the kernel will write the result to this tensor and return it directly.
Returns:
Returns:
combined_x: the reduced token tensor, with shape `[num_combined_tokens,
num_topk
]` and type `torch.bfloat16`.
combined_x: the reduced token tensor, with shape `[num_combined_tokens,
hidden
]` and type `torch.bfloat16`.
event: the event after executing the kernel (valid only if `async_finish` is set).
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).
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