Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty1s committed Nov 2, 2020
1 parent bf36f19 commit 15f7b82
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions script/cuda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,6 @@ if [ "${TRAVIS_OS_NAME}" = "linux" ] && [ "${IDX}" != "cpu" ] && [ "${IDX}" != "
PATH=${CUDA_HOME}/bin:${PATH}
nvcc --version

echo '----------'
sudo find / -name "*cublas*"
echo '----------'

# Fix cublas on CUDA 10.1:
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/"
Expand Down

0 comments on commit 15f7b82

Please sign in to comment.