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