8000 Update rpath · pytorch/pytorch@9023247 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9023247

Browse files
committed
Update rpath
1 parent 8c74c86 commit 9023247

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.ci/manywheel/build_cuda.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,8 @@ if [[ $CUDA_VERSION == "12.4" || $CUDA_VERSION == "12.6" ]]; then
169169
'$ORIGIN/../../nvidia/cusparse/lib'
170170 9DB1
'$ORIGIN/../../cusparselt/lib'
171171
'$ORIGIN/../../nvidia/nccl/lib'
172-
'$ORIGIN/../../nvidia/nvjitlink/lib'
173172
'$ORIGIN/../../nvidia/nvtx/lib'
173+
'$ORIGIN/../../nvidia/nvjitlink/lib'
174174
)
175175
CUDA_RPATHS=$(IFS=: ; echo "${CUDA_RPATHS[*]}")
176176
export C_SO_RPATH=$CUDA_RPATHS':$ORIGIN:$ORIGIN/lib'
@@ -238,8 +238,8 @@ elif [[ $CUDA_VERSION == "11.8" ]]; then
238238
'$ORIGIN/../../nvidia/cusolver/lib'
239239
'$ORIGIN/../../nvidia/cusparse/lib'
240240
'$ORIGIN/../../nvidia/nccl/lib'
241-
'$ORIGIN/../../nvidia/nvjitlink/lib'
242241
'$ORIGIN/../../nvidia/nvtx/lib'
242+
'$ORIGIN/../../nvidia/nvjitlink/lib'
243243
)
244244
CUDA_RPATHS=$(IFS=: ; echo "${CUDA_RPATHS[*]}")
245245
export C_SO_RPATH=$CUDA_RPATHS':$ORIGIN:$ORIGIN/lib'

0 commit comments

Comments
 (0)
0