Skip to content

Commit

Permalink
AppVeyor: Use CUDA 11
Browse files Browse the repository at this point in the history
Updates the AppVeyor configuration to the CUDA Toolkit 11.0.1
EwoutH authored Jun 10, 2020
1 parent 49e915e commit f08d3c5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions cudaInstallAppveyor.cmd
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
@echo off

set CUDA_VERSION_MAJOR=10
set CUDA_VERSION_MINOR=2
set CUDA_VERSION_MICRO=89
set DRIVER_VERSION=441.22
set CUDA_VERSION_MAJOR=11
set CUDA_VERSION_MINOR=0
set CUDA_VERSION_MICRO=1
set DRIVER_VERSION=451.22
set OS_PLATFORM=win10

set CUDA_VERSION=%CUDA_VERSION_MAJOR%.%CUDA_VERSION_MINOR%
set CUDA_VERSION_FULL=%CUDA_VERSION%.%CUDA_VERSION_MICRO%
set CUDA_SDK_FILENAME=cuda_%CUDA_VERSION_FULL%_%DRIVER_VERSION%_%OS_PLATFORM%
set CUDA_SDK_URL=https://developer.download.nvidia.com/compute/cuda/%CUDA_VERSION%/Prod/local_installers/%CUDA_SDK_FILENAME%.exe
set CUDA_SDK_URL=https://developer.download.nvidia.com/compute/cuda/%CUDA_VERSION_FULL%/local_installers/%CUDA_SDK_FILENAME%.exe

echo Downloading CUDA toolkit %CUDA_VERSION_FULL%
echo -- url: %CUDA_SDK_URL%

0 comments on commit f08d3c5

Please sign in to comment.