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

Commit c5bdbd1

Browse files
committed
correct syntax
1 parent 3a72385 commit c5bdbd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windows/internal/build_magma.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ cd magma
3535
mkdir build && cd build
3636

3737
set GPU_TARGET=All
38-
if "%CUVER_NODOT:~0,2%" == "12"(
38+
if "%CUVER_NODOT:~0,2%" == "12" (
3939
set CUDA_ARCH_LIST=-gencode arch=compute_50,code=sm_50 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90
4040
)
4141
if "%CUVER_NODOT%" == "118" (

0 commit comments

Comments
 (0)