Skip to content

Commit 736d8e1

Browse files
committed
use magma-cuda build-1 by default; remove CUDA 10.2-11.5 builds
1 parent 2c175b4 commit 736d8e1

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

common/install_magma.sh

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,10 @@ MAGMA_VERSION="2.5.2"
77
function do_install() {
88
cuda_version=$1
99
cuda_version_nodot=${1/./}
10-
11-
if [[ ${cuda_version_nodot} == 116 ]]; then
12-
MAGMA_VERSION="2.6.1"
13-
magma_archive="magma-cuda${cuda_version_nodot}-${MAGMA_VERSION}-0.tar.bz2"
14-
elif [[ ${cuda_version_nodot} == 117 ]]; then
15-
MAGMA_VERSION="2.6.1"
16-
magma_archive="magma-cuda${cuda_version_nodot}-${MAGMA_VERSION}-0.tar.bz2"
17-
elif [[ ${cuda_version_nodot} == 118 ]]; then
18-
MAGMA_VERSION="2.6.1"
19-
magma_archive="magma-cuda${cuda_version_nodot}-${MAGMA_VERSION}-1.tar.bz2"
20-
else
21-
magma_archive="magma-cuda${cuda_version_nodot}-${MAGMA_VERSION}-1.tar.bz2"
22-
fi
23-
10+
11+
MAGMA_VERSION="2.6.1"
12+
magma_archive="magma-cuda${cuda_version_nodot}-${MAGMA_VERSION}-1.tar.bz2"
13+
2414
cuda_dir="/usr/local/cuda-${cuda_version}"
2515
(
2616
set -x

0 commit comments

Comments
 (0)