Commit 76726014 authored by rusty1s's avatar rusty1s
Browse files

typo

parent b5ae2c0f
...@@ -102,7 +102,7 @@ if [ "${TRAVIS_OS_NAME}" = "linux" ] && [ "${IDX}" != "cpu" ] && [ "${IDX}" != " ...@@ -102,7 +102,7 @@ if [ "${TRAVIS_OS_NAME}" = "linux" ] && [ "${IDX}" != "cpu" ] && [ "${IDX}" != "
echo "-----------" echo "-----------"
ls /usr/include/x86_64-linux-gnu ls /usr/include/x86_64-linux-gnu
echo "----------- FIND -------------------" echo "----------- FIND -------------------"
sudo find . -name "*cublas*" sudo find / -name "*cublas*"
fi fi
if [ "${TRAVIS_OS_NAME}" = "linux" ] && [ "${IDX}" = "cu110" ]; then 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