File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -154,6 +154,11 @@ MIOPEN_SHARE_SRC=$ROCM_HOME/share/miopen/db
154
154
MIOPEN_SHARE_DST=share/miopen/db
155
155
MIOPEN_SHARE_FILES=($( ls $MIOPEN_SHARE_SRC | grep -E $ARCH ) )
156
156
157
+ # RCCL library files
158
+ RCCL_SHARE_SRC=$ROCM_HOME /lib/msccl-algorithms
159
+ RCCL_SHARE_DST=lib/msccl-algorithms
160
+ RCCL_SHARE_FILES=($( ls $RCCL_SHARE_SRC ) )
161
+
157
162
# ROCm library files
158
163
ROCM_SO_PATHS=()
159
164
for lib in " ${ROCM_SO_FILES[@]} "
@@ -187,12 +192,14 @@ DEPS_SONAME=(
187
192
DEPS_AUX_SRCLIST=(
188
193
" ${ROCBLAS_LIB_FILES[@]/#/ $ROCBLAS_LIB_SRC / } "
189
194
" ${MIOPEN_SHARE_FILES[@]/#/ $MIOPEN_SHARE_SRC / } "
195
+ " ${RCCL_SHARE_FILES[@]/#/ $RCCL_SHARE_SRC / } "
190
196
" /opt/amdgpu/share/libdrm/amdgpu.ids"
191
197
)
192
198
193
199
DEPS_AUX_DSTLIST=(
194
200
" ${ROCBLAS_LIB_FILES[@]/#/ $ROCBLAS_LIB_DST / } "
195
201
" ${MIOPEN_SHARE_FILES[@]/#/ $MIOPEN_SHARE_DST / } "
202
+ " ${RCCL_SHARE_FILES[@]/#/ $RCCL_SHARE_DST / } "
196
203
" share/libdrm/amdgpu.ids"
197
204
)
198
205
You can’t perform that action at this time.
0 commit comments