Skip to content

Commit 524a5f7

Browse files
cmake modification for higher compute capabilities
1 parent 29abcd7 commit 524a5f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/Cuda.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ endif()
44

55
# Known NVIDIA GPU achitectures Caffe can be compiled for.
66
# This list will be used for CUDA_ARCH_NAME = All option
7-
set(Caffe_known_gpu_archs "20 21(20) 30 35 50")
7+
set(Caffe_known_gpu_archs "20 21(20) 30 35 50 52 61")
88

99
################################################################################################
1010
# A function for automatic detection of GPUs installed (if autodetection is enabled)

0 commit comments

Comments
 (0)