We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29abcd7 commit 524a5f7Copy full SHA for 524a5f7
cmake/Cuda.cmake
@@ -4,7 +4,7 @@ endif()
4
5
# Known NVIDIA GPU achitectures Caffe can be compiled for.
6
# This list will be used for CUDA_ARCH_NAME = All option
7
-set(Caffe_known_gpu_archs "20 21(20) 30 35 50")
+set(Caffe_known_gpu_archs "20 21(20) 30 35 50 52 61")
8
9
################################################################################################
10
# A function for automatic detection of GPUs installed (if autodetection is enabled)
0 commit comments