Skip to content

Commit

Permalink
try VS 2022 Community path
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Nov 24, 2022
1 parent d30df6d commit 07a79a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packaging/MSWindows/BUILD_CUDA_KERNEL.BAT
Expand Up @@ -10,6 +10,7 @@ SET NVCC=%NVCC_DIR%\nvcc.exe

CALL "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86_amd64
CALL "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvars64.bat"
CALL "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars64.bat"

"%NVCC%" -fatbin -c %CUDA_SRC% -o %CUDA_BIN% ^
--use-local-env --machine 64 -arch=all -Wno-deprecated-gpu-targets -Xnvlink -ignore-host-info
Expand Down

0 comments on commit 07a79a5

Please sign in to comment.