nvcc fatal : Unsupported gpu architecture 'compute_20' while cuda 9.1+caffe+openCV 3.4.0 is installed

后端 未结 3 880
青春惊慌失措
青春惊慌失措 2021-02-09 02:59

I have installed CUDA 9.1+cudnn-9.1+opencv 3.4.0+caffe.

When I tried to run make all -j8 in caffe directory, this error occurred:

3条回答
  •  日久生厌
    2021-02-09 03:12

    You can use cmake like following:

    cmake [other_params] -D CUDA_ARCH_NAME="Pascal" ..
    

提交回复
热议问题