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
09b832e1
Commit
09b832e1
authored
Oct 31, 2020
by
rusty1s
Browse files
fix cu101
parent
76726014
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
15 deletions
+7
-15
script/cuda.sh
script/cuda.sh
+7
-15
No files found.
script/cuda.sh
View file @
09b832e1
...
@@ -88,21 +88,13 @@ if [ "${TRAVIS_OS_NAME}" = "linux" ] && [ "${IDX}" != "cpu" ] && [ "${IDX}" != "
...
@@ -88,21 +88,13 @@ if [ "${TRAVIS_OS_NAME}" = "linux" ] && [ "${IDX}" != "cpu" ] && [ "${IDX}" != "
PATH
=
${
CUDA_HOME
}
/bin:
${
PATH
}
PATH
=
${
CUDA_HOME
}
/bin:
${
PATH
}
nvcc
--version
nvcc
--version
# if [ -d /usr/lib/x86_64-linux-gnu ]; then
# Fix cublas on CUDA 10.1:
# cp /usr/lib/x86_64-linux-gnu/* /usr/lib/
if
[
-d
"
${
CUDA_HOME
}
/targets/x86_64-linux/include"
]
;
then
# fi
cp
"
${
CUDA_HOME
}
/targets/x86_64-linux/include/*"
"
${
CUDA_HOME
}
/include/"
# if [ -d /usr/include/x86_64-linux-gnu ]; then
fi
# cp /usr/include/x86_64-linux-gnu/* /usr/include/
if
[
-d
"
${
CUDA_HOME
}
/targets/x86_64-linux/lib"
]
;
then
# fi
cp
"
${
CUDA_HOME
}
/targets/x86_64-linux/lib/*"
"
${
CUDA_HOME
}
/lib/"
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
fi
if
[
"
${
TRAVIS_OS_NAME
}
"
=
"linux"
]
&&
[
"
${
IDX
}
"
=
"cu110"
]
;
then
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