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
50ac280a
Commit
50ac280a
authored
Mar 13, 2025
by
Dmytro Dzhulgakov
Browse files
comments
parent
b3b61ef5
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 @
50ac280a
...
...
@@ -498,7 +498,7 @@ class Buffer:
# noinspection PyTypeChecker
def
low_latency_combine
(
self
,
x
:
torch
.
Tensor
,
topk_idx
:
torch
.
Tensor
,
topk_weights
:
torch
.
Tensor
,
handle
:
tuple
,
async_finish
:
bool
=
False
,
return_recv_hook
:
bool
=
False
,
out
:
torch
.
Tensor
|
None
=
None
)
->
\
out
:
Optional
[
torch
.
Tensor
]
=
None
)
->
\
Tuple
[
torch
.
Tensor
,
EventOverlap
,
Callable
]:
"""
A low-latency implementation for combining tokens (reduce **with weights**) with IBGDA.
...
...
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