Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Commit 5ff0c7c

Browse files
authored
Cuda 12.6 windows - fix typo
Fix CUDA_PATH_V124 -> CUDA_PATH_V126
1 parent b8fe749 commit 5ff0c7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

windows/cuda126.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ IF "%NVTOOLSEXT_PATH%"=="" (
2727
)
2828
)
2929

30-
IF "%CUDA_PATH_V124%"=="" (
30+
IF "%CUDA_PATH_V126%"=="" (
3131
IF EXIST "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6\bin\nvcc.exe" (
32-
set "CUDA_PATH_V124=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6"
32+
set "CUDA_PATH_V126=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6"
3333
) ELSE (
3434
echo CUDA 12.6 not found, failing
3535
exit /b 1

0 commit comments

Comments
 (0)