From a0183f6f011b3f81c0b67d01e2efb3497d5d0866 Mon Sep 17 00:00:00 2001 From: Carsten Griwodz Date: Sun, 28 Jul 2024 11:30:50 +0200 Subject: [PATCH] continue searching for the right way to install CUDA in appveyer --- cudaInstallAppveyor.cmd | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/cudaInstallAppveyor.cmd b/cudaInstallAppveyor.cmd index 0ae02099..3cd7e113 100644 --- a/cudaInstallAppveyor.cmd +++ b/cudaInstallAppveyor.cmd @@ -4,12 +4,7 @@ appveyor DownloadFile https://developer.download.nvidia.com/compute/cuda/12.5.1/ dir echo Installing CUDA toolkit 12 -cuda_12.5.1_windows.exe -s nvcc_12.5 ^ - cudart_12.5 ^ - nvtx_12.5 ^ - nvrtc_12.5 ^ - nvrtc_dev_12.5 ^ - thrust_12.5 +cuda_12.5.1_windows.exe echo CUDA toolkit 12 installed