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
vllm_cscc
Commits
4a3a5187
Unverified
Commit
4a3a5187
authored
Apr 12, 2025
by
Tianer Zhou
Committed by
GitHub
Apr 11, 2025
Browse files
fix: spelling (#16466)
Signed-off-by:
Tianer Zhou
<
ezhoureal@gmail.com
>
parent
fbf722c6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
csrc/custom_all_reduce.cuh
csrc/custom_all_reduce.cuh
+1
-1
No files found.
csrc/custom_all_reduce.cuh
View file @
4a3a5187
...
@@ -375,7 +375,7 @@ class CustomAllreduce {
...
@@ -375,7 +375,7 @@ class CustomAllreduce {
bool
fully_connected_
;
bool
fully_connected_
;
RankSignals
sg_
;
RankSignals
sg_
;
// Stores a
n
map from a pointer to its peer pointers from all ranks.
// Stores a map from a pointer to its peer pointers from all ranks.
std
::
unordered_map
<
void
*
,
RankData
*>
buffers_
;
std
::
unordered_map
<
void
*
,
RankData
*>
buffers_
;
Signal
*
self_sg_
;
Signal
*
self_sg_
;
...
...
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