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
aae9fa9a
"wrappers/python/vscode:/vscode.git/clone" did not exist on "6717a85cc4255c7e3985d5cfdb022fbc9106830f"
Unverified
Commit
aae9fa9a
authored
May 23, 2025
by
Chenggang Zhao
Committed by
GitHub
May 23, 2025
Browse files
Allow NVLink traffic for low-latency kernels by default
parent
8da1b1f8
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 @
aae9fa9a
...
@@ -32,7 +32,7 @@ class Buffer:
...
@@ -32,7 +32,7 @@ class Buffer:
def
__init__
(
self
,
group
:
dist
.
ProcessGroup
,
def
__init__
(
self
,
group
:
dist
.
ProcessGroup
,
num_nvl_bytes
:
int
=
0
,
num_rdma_bytes
:
int
=
0
,
num_nvl_bytes
:
int
=
0
,
num_rdma_bytes
:
int
=
0
,
low_latency_mode
:
bool
=
False
,
num_qps_per_rank
:
int
=
12
,
low_latency_mode
:
bool
=
False
,
num_qps_per_rank
:
int
=
12
,
allow_nvlink_for_low_latency_mode
:
bool
=
Fals
e
)
->
None
:
allow_nvlink_for_low_latency_mode
:
bool
=
Tru
e
)
->
None
:
"""
"""
Initialize the communication buffer.
Initialize the communication buffer.
...
...
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