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
b5ae2c0f
Commit
b5ae2c0f
authored
Oct 31, 2020
by
rusty1s
Browse files
find cublas
parent
62475240
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
script/cuda.sh
script/cuda.sh
+9
-0
No files found.
script/cuda.sh
View file @
b5ae2c0f
...
...
@@ -88,12 +88,21 @@ if [ "${TRAVIS_OS_NAME}" = "linux" ] && [ "${IDX}" != "cpu" ] && [ "${IDX}" != "
PATH
=
${
CUDA_HOME
}
/bin:
${
PATH
}
nvcc
--version
# if [ -d /usr/lib/x86_64-linux-gnu ]; then
# cp /usr/lib/x86_64-linux-gnu/* /usr/lib/
# fi
# if [ -d /usr/include/x86_64-linux-gnu ]; then
# cp /usr/include/x86_64-linux-gnu/* /usr/include/
# fi
echo
"-----------"
ls
$CUDA_HOME
/include
echo
"-----------"
ls
/usr/include
echo
"-----------"
ls
/usr/include/x86_64-linux-gnu
echo
"----------- FIND -------------------"
sudo
find
.
-name
"*cublas*"
fi
if
[
"
${
TRAVIS_OS_NAME
}
"
=
"linux"
]
&&
[
"
${
IDX
}
"
=
"cu110"
]
;
then
...
...
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