zoukankan      html  css  js  c++  java
  • Unsupported gpu architecture 'compute_20'

    NVCC src/caffe/layers/reduction_layer.cu
    nvcc fatal   : Unsupported gpu architecture 'compute_20'
    Makefile:588: recipe for target '.build_release/cuda/src/caffe/layers/reduction_layer.o' failed
    make: *** [.build_release/cuda/src/caffe/layers/reduction_layer.o] Error 1

    # CUDA architecture setting: going with all of them.
    # For CUDA < 6.0, comment the *_50 through *_61 lines for compatibility.
    # For CUDA < 8.0, comment the *_60 and *_61 lines for compatibility.
    # For CUDA >= 9.0, comment the *_20 and *_21 lines for compatibility.
    CUDA_ARCH := #-gencode arch=compute_20,code=sm_20
                    #-gencode arch=compute_20,code=sm_21
                    -gencode arch=compute_30,code=sm_30
                    -gencode arch=compute_35,code=sm_35
                    -gencode arch=compute_50,code=sm_50
                    -gencode arch=compute_52,code=sm_52
                    -gencode arch=compute_60,code=sm_60
                    -gencode arch=compute_61,code=sm_61
                    -gencode arch=compute_61,code=compute_61

  • 相关阅读:
    MySQL基础(一):检索数据
    Go基础(九):并发
    Go基础(八):反射
    Go基础(七):接口
    Go基础(六):方法
    Go基础(五):结构体
    Go基础(四):流程控制和函数
    Go基础(三):内置基础类型和一些技巧
    Go基础(二):变量和常量
    Go基础(一):命令行操作
  • 原文地址:https://www.cnblogs.com/houjun/p/9885847.html
Copyright © 2011-2022 走看看