Commit 3c05d645 authored by xiabo's avatar xiabo
Browse files

解决custom allreduce在K100AI上新模型报错问题

parent 2fc9d1a2
......@@ -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>, \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment