Skip to content

Commit

Permalink
Cuda 12.6 windows - fix typo
Browse files Browse the repository at this point in the history
Fix CUDA_PATH_V124 -> CUDA_PATH_V126
  • Loading branch information
atalman authored Nov 15, 2024
1 parent b8fe749 commit 5ff0c7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions windows/cuda126.bat
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ IF "%NVTOOLSEXT_PATH%"=="" (
)
)

IF "%CUDA_PATH_V124%"=="" (
IF "%CUDA_PATH_V126%"=="" (
IF EXIST "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6\bin\nvcc.exe" (
set "CUDA_PATH_V124=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6"
set "CUDA_PATH_V126=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6"
) ELSE (
echo CUDA 12.6 not found, failing
exit /b 1
Expand Down

0 comments on commit 5ff0c7c

Please sign in to comment.