Skip to content

Commit 92d532d

Browse files
committed
typo
1 parent 0c68918 commit 92d532d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

script/cuda.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,6 @@ else
6464
export FORCE_CUDA=1
6565
fi
6666

67-
# if [ "${IDX}" == "cu100" ] || [ "${IDX}" == "cu101" ]; then
68-
# export NVCC_FLAGS="-gencode=arch=compute_35,code=sm_35 -gencode=arch=compute_50,code=sm_50 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_50,code=compute_50"
69-
# fi
70-
71-
# if [ "${IDX}" == "cu92" ]; then
72-
# export NVCC_FLAGS="-gencode=arch=compute_35,code=sm_35 -gencode=arch=compute_50,code=sm_50 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_50,code=compute_50"
73-
# fi
74-
7567
if [ "${TRAVIS_OS_NAME}" = "linux" ] && [ "${IDX}" != "cpu" ]; then
7668
INSTALLER=cuda-repo-${UBUNTU_VERSION}_${CUDA}_amd64.deb
7769
wget -nv "http://developer.download.nvidia.com/compute/cuda/repos/${UBUNTU_VERSION}/x86_64/${INSTALLER}"

0 commit comments

Comments
 (0)