Skip to content

Commit e52c624

Browse files
authored
Update build_win.cmd
1 parent 43db737 commit e52c624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_win.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ if DEFINED APPVEYOR (
8181
if NOT DEFINED CPU_ONLY set CPU_ONLY=0
8282
:: Change to generate CUDA code for one of the following GPU architectures
8383
:: [Fermi Kepler Maxwell Pascal All]
84-
if NOT DEFINED CUDA_ARCH_NAME set CUDA_ARCH_NAME=Auto
84+
if NOT DEFINED CUDA_ARCH_NAME set CUDA_ARCH_NAME=All
8585
:: Change to Debug to build Debug. This is only relevant for the Ninja generator the Visual Studio generator will generate both Debug and Release configs
8686
if NOT DEFINED CMAKE_CONFIG set CMAKE_CONFIG=Release
8787
:: Set to 1 to use NCCL

0 commit comments

Comments
 (0)