Caffe-GPU编译问题:nvcc fatal : Unsupported gpu architecture 'compute_20'

环境:

Ubuntu 16.04 

OpenCV 3.3

Cuda 9.0


编译出现问题

[html] view plain copy
  1. NVCC src/caffe/layers/bnll_layer.cu  
  2. nvcc fatal   : Unsupported gpu architecture 'compute_20'  
  3. Makefile:594: recipe for target '.build_release/cuda/src/caffe/layers/bnll_layer.o' failed  
  4. make: *** [.build_release/cuda/src/caffe/layers/bnll_layer.o] Error 1  
  5. make: *** Waiting for unfinished jobs....  


仔细查看了一下 Makefile.config 中 CUDA_ARCH 设置未按规定设置:
[html] view plain copy
  1. # CUDA architecture setting: going with all of them.  
  2. # For CUDA < 6.0, comment the *_50 through *_61 lines for compatibility.  
  3. # For CUDA < 8.0, comment the *_60 and *_61 lines for compatibility.  
  4. # For CUDA >= 9.0, comment the *_20 and *_21 lines for compatibility.  
  5. CUDA_ARCH := -gencode arch=compute_20,code=sm_20 \  
  6.                 -gencode arch=compute_20,code=sm_21 \  
  7.                 -gencode arch=compute_30,code=sm_30 \  
  8.                 -gencode arch=compute_35,code=sm_35 \  
  9.                 -gencode arch=compute_50,code=sm_50 \  
  10.                 -gencode arch=compute_52,code=sm_52 \  
  11.                 -gencode arch=compute_60,code=sm_60 \  
  12.                 -gencode arch=compute_61,code=sm_61 \  
  13.                 -gencode arch=compute_61,code=compute_61  

因为我装的是CUDA9.0所以把下面这两行删除就可以了
[html] view plain copy
  1. -gencode arch=compute_20,code=sm_20 \  
  2. -gencode arch=compute_20,code=sm_21 \ 
评论 6
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值