Skip to content

Commit

Permalink
fix install_cuda.sh
Browse files Browse the repository at this point in the history
CI_FILTER: ^linux_nvcc12.3
  • Loading branch information
SimeonEhrig committed Jan 3, 2024
1 parent 4e5dba3 commit f22bebe
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion script/install_cuda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,14 @@ else
ALPAKA_CUDA_PKG_FILE_NAME="${ALPAKA_CUDA_PKG_DEB_NAME}"_12.2.1-535.86.10-1_amd64.deb
ALPAKA_CUDA_PKG_FILE_PATH=https://developer.download.nvidia.com/compute/cuda/12.2.1/local_installers/${ALPAKA_CUDA_PKG_FILE_NAME}
ALPAKA_CUDA_OLD_KEYS=false
elif [ "${ALPAKA_CI_CUDA_VERSION}" == "12.3" ]
then
ALPAKA_CUDA_PKG_DEB_NAME=cuda-repo-"${ALPAKA_CUDA_DISTRO}"-12-3-local
ALPAKA_CUDA_PKG_FILE_NAME="${ALPAKA_CUDA_PKG_DEB_NAME}"_12.3.2-545.23.08-1_amd64.deb
ALPAKA_CUDA_PKG_FILE_PATH=https://developer.download.nvidia.com/compute/cuda/12.3.2/local_installers/${ALPAKA_CUDA_PKG_FILE_NAME}
ALPAKA_CUDA_OLD_KEYS=false
else
echo CUDA versions other than 11.0, 11.1, 11.2, 11.3, 11.4, 11.5, 11.6, 11.7, 11.8, 12.0, 12.1 and 12.2 are not currently supported on linux!
echo CUDA versions other than 11.0, 11.1, 11.2, 11.3, 11.4, 11.5, 11.6, 11.7, 11.8, 12.0, 12.1 and 12.3 are not currently supported on linux!
fi

# First install the local repository.
Expand Down

0 comments on commit f22bebe

Please sign in to comment.