Commit b5ae2c0f authored by rusty1s's avatar rusty1s
Browse files

find cublas

parent 62475240
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment