nccl: build fix 3 (#10324)

This commit is contained in:
DavidKorczynski 2023-05-13 15:29:13 +01:00 committed by GitHub
parent 6536480c6f
commit e6317afa3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -31,4 +31,4 @@ $CXX $LIB_FUZZING_ENGINE $CXXFLAGS $SRC/fuzz_xml.cpp -o $OUT/fuzz_xml \
cp /usr/local/cuda-11.0/targets/x86_64-linux/lib/libcudart.so.11.0 $OUT/libcudart.so.11.0
cp /usr/local/cuda-11.0/targets/x86_64-linux/lib/libcudart.so $OUT/libcudart.so
patchelf --set-rpath '$ORIGIN/' /out/fuzz_xml
patchelf --set-rpath '$ORIGIN/' $OUT/fuzz_xml