Skip to content

Commit 7cd8f10

Browse files
committed
Another tabs-to-spaces change
`s/\t/\ \ \ \ \ \ \ \ /`
1 parent 556a3dd commit 7cd8f10

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

manywheel/build_cuda.sh

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -202,17 +202,17 @@ elif [[ $CUDA_VERSION == "11.8" ]]; then
202202
export TORCH_NVCC_FLAGS="-Xfatbin -compress-all --threads 2"
203203
DEPS_LIST=(
204204
"/usr/local/cuda/lib64/libcudart.so.11.0"
205-
"/usr/local/cuda/lib64/libnvToolsExt.so.1"
206-
"/usr/local/cuda/lib64/libnvrtc.so.11.2" # this is not a mistake for 11.8, it links to 11.8.89
207-
"/usr/local/cuda/lib64/libnvrtc-builtins.so.11.8"
208-
"$LIBGOMP_PATH"
205+
"/usr/local/cuda/lib64/libnvToolsExt.so.1"
206+
"/usr/local/cuda/lib64/libnvrtc.so.11.2" # this is not a mistake for 11.8, it links to 11.8.89
207+
"/usr/local/cuda/lib64/libnvrtc-builtins.so.11.8"
208+
"$LIBGOMP_PATH"
209209
)
210210
DEPS_SONAME=(
211211
"libcudart.so.11.0"
212212
"libnvToolsExt.so.1"
213213
"libnvrtc.so.11.2"
214214
"libnvrtc-builtins.so.11.8"
215-
"libgomp.so.1"
215+
"libgomp.so.1"
216216
)
217217

218218
if [[ -z "$PYTORCH_EXTRA_INSTALL_REQUIREMENTS" ]]; then
@@ -225,10 +225,10 @@ elif [[ $CUDA_VERSION == "11.8" ]]; then
225225
"/usr/local/cuda/lib64/libcudnn_ops_infer.so.8"
226226
"/usr/local/cuda/lib64/libcudnn_ops_train.so.8"
227227
"/usr/local/cuda/lib64/libcudnn.so.8"
228-
"/usr/local/cuda/lib64/libcublas.so.11"
228+
"/usr/local/cuda/lib64/libcublas.so.11"
229229
"/usr/local/cuda/lib64/libcublasLt.so.11"
230230
)
231-
DEPS_SONAME+=(
231+
DEPS_SONAME+=(
232232
"libcudnn_adv_infer.so.8"
233233
"libcudnn_adv_train.so.8"
234234
"libcudnn_cnn_infer.so.8"

0 commit comments

Comments
 (0)