Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
torch-cluster
Commits
f7f43bd9
Commit
f7f43bd9
authored
Nov 01, 2020
by
rusty1s
Browse files
typo
parent
3918a435
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
script/cuda.sh
script/cuda.sh
+2
-2
No files found.
script/cuda.sh
View file @
f7f43bd9
...
@@ -94,10 +94,10 @@ if [ "${TRAVIS_OS_NAME}" = "linux" ] && [ "${IDX}" != "cpu" ] && [ "${IDX}" != "
...
@@ -94,10 +94,10 @@ if [ "${TRAVIS_OS_NAME}" = "linux" ] && [ "${IDX}" != "cpu" ] && [ "${IDX}" != "
# Fix cublas on CUDA 10.1:
# Fix cublas on CUDA 10.1:
if
[
-d
"/usr/local/cuda-10.2/targets/x86_64-linux/include"
]
;
then
if
[
-d
"/usr/local/cuda-10.2/targets/x86_64-linux/include"
]
;
then
sudo cp
-r
"
/usr/local/cuda-10.2/targets/x86_64-linux/include/*
"
"
${
CUDA_HOME
}
/include/"
sudo cp
-r
/usr/local/cuda-10.2/targets/x86_64-linux/include/
*
"
${
CUDA_HOME
}
/include/"
fi
fi
if
[
-d
"/usr/local/cuda-10.2/targets/x86_64-linux/lib"
]
;
then
if
[
-d
"/usr/local/cuda-10.2/targets/x86_64-linux/lib"
]
;
then
sudo cp
-r
"
/usr/local/cuda-10.2/targets/x86_64-linux/lib/*
"
"
${
CUDA_HOME
}
/lib/"
sudo cp
-r
/usr/local/cuda-10.2/targets/x86_64-linux/lib/
*
"
${
CUDA_HOME
}
/lib/"
fi
fi
fi
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment