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
136930ae
Commit
136930ae
authored
Mar 05, 2026
by
xiabo
Browse files
解决custom allreduce在K100AI上新模型报错问题
parent
7e0cdd29
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 @
136930ae
...
@@ -1062,7 +1062,7 @@ class CustomAllreduce {
...
@@ -1062,7 +1062,7 @@ class CustomAllreduce {
#define KL(ngpus, name) \
#define KL(ngpus, name) \
{ \
{ \
void* kernelArgs[] = { \
void* kernelArgs[] = { \
&ptrs, &sg_, &self_sg_, &output, &rank_, &size
\
&ptrs, &sg_, &self_sg_, &output, &rank_, &size
, &dev_curr_hdp_reg, &world_size_
\
}; \
}; \
hipExtLaunchKernel( \
hipExtLaunchKernel( \
(void*)name<T, ngpus>, \
(void*)name<T, ngpus>, \
...
...
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