Skip to content

Commit 9b8f346

Browse files
y3tsengy3tseng
authored andcommitted
add gpu arch 70 and 89
1 parent 3e3499a commit 9b8f346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ if(USE_CUDA)
4343
endif()
4444
else()
4545
message(STATUS "No CUDA-capable GPU found. Generating binary to support multiple GPU generations.")
46-
set(CMAKE_CUDA_ARCHITECTURES 75 80 86 90)
46+
set(CMAKE_CUDA_ARCHITECTURES 70 75 80 86 89 90)
4747
endif()
4848
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -O4 -std=c++17 -Wall -g -Wno-sign-compare -Wno-unused-variable")
4949
set(SRC_FILES src/cuda/twilight-main.cu

0 commit comments

Comments
 (0)