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
d72817eb
Unverified
Commit
d72817eb
authored
Jul 21, 2025
by
Zhiyi Hu
Committed by
GitHub
Jul 21, 2025
Browse files
fix hang due to small rdma_chunk_size (#317)
Co-authored-by:
zhiyi Hu
<
zhiyihu@U-NYQQMGK0-2250.local
>
parent
5b549c85
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
csrc/kernels/internode.cu
csrc/kernels/internode.cu
+1
-0
No files found.
csrc/kernels/internode.cu
View file @
d72817eb
...
...
@@ -1851,6 +1851,7 @@ void combine(cudaDataType_t type,
EP_HOST_ASSERT
(
num_forwarder_warps
>
NUM_MAX_NVL_PEERS
and
num_forwarder_warps
%
num_rdma_ranks
==
0
);
EP_HOST_ASSERT
(
num_max_nvl_chunked_recv_tokens
%
num_rdma_ranks
==
0
);
EP_HOST_ASSERT
(
num_max_nvl_chunked_recv_tokens
/
num_rdma_ranks
>
std
::
max
(
num_max_rdma_chunked_send_tokens
,
num_max_nvl_chunked_send_tokens
));
EP_HOST_ASSERT
(
num_max_rdma_chunked_send_tokens
>=
num_warps_per_forwarder
);
EP_HOST_ASSERT
(
type
==
CUDA_R_16BF
);
SETUP_LAUNCH_CONFIG
(
num_channels
*
2
,
(
num_forwarder_warps
+
1
)
*
32
,
stream
);
...
...
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