nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be remov
1、問題:
執行:
$ make all -j8
出現如下提示:
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
2、解決方法:
開啟Makefile.config,刪除compute_20行。如下圖所示:
未刪除之前:
刪除之後:
解決問題。
參考方法,如下圖:
3、參考連結:
https://blog.csdn.net/u010454261/article/details/53943788
https://blog.csdn.net/xunan003/article/details/78428971
http://www.caffecn.cn/?/question/1077
http://www.bubuko.com/infodetail-2132830.html
相關推薦
nvcc warning : The 39;compute_2039;, 39;sm_2039;, and 39;sm_2139; architectures are deprecated, and may be remov
1、問題: 執行: $ make all -j8 出現如下提示: nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a f
Warning: The Copy Bundle Resources build phase contains this target39;s Info.plist file
今天除錯Xcode專案的時候發現一個 依賴分析警告 (Dependency Analysis Warning),如圖: 憑著我曾經考過但是沒考過的CET-6的底子,大致意思就是,在 Build Phase 裡面的 Copy Bundle Resources 包含了這個 Info
WARNING: The host 39;WeiLei39; could not be looked up with resolveip.
[[email protected] data]# /usr/local/mysql/scripts/mysql_install_db --user=mysql --basedir=/usr/local/mysql/ --datadir=/usr/local/mysql/data/WARNING:
Linux程式設計時使用gcc編譯.c出現以下問題warning: the `gets39; function is dangerous and should not be used.
Linux程式設計時使用gcc編譯.c出現以下問題 [[email protected] final1]# gcc -pthread client.c /tmp/ccSuK4v5.o: In function `writedata': client.c:(.text+0xb2a): w
WARNING: Nothing matches the include pattern 39;/usr/local/php7/etc/php-fpm.d/*.conf39;
原始碼編譯安裝php7出現如下錯誤: 解決方法: # cd /usr/local/php/etc/php-fpm.d/ # cp www.conf.default www.conf # /usr/local/php/sbin/php-fpm -t [12-Oct-2017 08
Loading class `com.mysql.jdbc.Driver39;. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver39;.
技術 loading 使用 -c drive sql mysql- 連接 不可 在連接數據庫時,使用了最新版本的mysql-Connector,所以導致老版本的“com.mysql.jdbc.Drive”不可行,要改為“com.mysql.cj.jdbc.Driver”
編譯caffe報錯:Unsupported gpu architecture39;compute_2039; 解決方法
人工智慧/機器學習/深度學習交流QQ群:116270156 錯誤提示 Unsupported gpu architecture’compute_20’ 解決方法: 將Makefile.config裡面 CUDA_ARCH := -gencode arch=
Android問題集錦(十四)- The option 39;android.enableAapt239; is deprecated and should not be used anymore.
今天在升級到Android studio3.1後,編譯執行程式報以下異常: 在Java compiler已經有很明顯的警告提示了: WARNING: The option 'android.enableAapt2' is depreca
The 39;normed39; kwarg is deprecated, and has been replaced by the 39;density39; kwarg.
在使用直方圖時,出現警告 UserWarning: The 'normed' kwarg is deprecated, and has been replaced by the 'density' kwarg. warnings.warn("The 'normed' kwarg i
The database returned no natively generated identity value 和Field 39;id39; doesn39;t have a default value
xx.hbm.xml配置如下: 場景1: 資料庫設定如下: 此時會丟擲:The database returned no natively generated identity value異常。 場景2:資料庫設定如下: 此時丟擲:Field ‘id’
《VS如何解決warning C4996: 39;vsprintf39;: This function or variable may be unsafe.問題》
問題描述 使用VS2010在生成解決方案的時候,輸出視窗會出現一大堆warning C4996: 'xxx': This function or variable may be unsafe.這樣的警告資訊。參考了另外一位博主的說法:這是微軟的警告,主要是因為那些C庫的函
Android Studio 出現 Gradle39;s dependency cache may be corrupt 解決方案
解決方案 -s 地址 com android 版本 mage images cor 將 .\項目地址\gradle\wrapper\gradle-wrapper.properties 文件中的 gradle版本 與 正常的版本 修改一致即可.Android Studi
facebook graph api 報錯SSLError(1, u39;[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:661)39;)
asa res http ner none object odin bundle dap 使用facebook graph api,報錯如下 一開始以為是https證書驗證失敗,查了一下午源碼,沒有看到問題,於是把Python27\lib\site-packages\re
Can39;t connect to local MySQL server through socket 39;/tmp/mysql.sock39;
for iat 5.6 type span color str -s roo macdembp:~ mac$ netstat -xl | grep mysql e7861942257b0691 stream 0 0 e78619422ab30a91
vs2013/2015中scanf函數類似於error C4996: 39;scanf39;: This function or variable may be unsafe的安全檢查錯誤
span 調試 ria 安全性 init 點擊 scan online pan 在使用vs2015時,遇到了scnaf函數安全性的問題,程序不能正常運行,錯誤如下: error C4996: ‘scanf‘: This function or variable may
Spring MVC 前後臺傳遞json格式數據 Content type 39;application/x-www-form-urlencoded;charset=UTF-839; not supported
support style logs ica spring enc json格式數據 分享 技術 報錯如下: Content type ‘application/x-www-form-urlencoded;charset=UTF-8‘ not supported
ERROR 2002 (HY000): Can39;t connect to local MySQL server through socket 39;/var/lib/mysql/mysql.sock39; (2)
local soc sock localhost 端口 cal error 優先 使用 當使用host參數為“localhost”連接Mysql服務時,會優先使用“sock文件”進行連接,而不是使用“IP:端口”進行連接,而Mysql嘗試使用“sock文件”進行連接時,卻無
啟動mysql遇到問題Can39;t connect to local MySQL server through socket 39;/tmp/mysql.sock39; (2)
是否 timeout 包括 ets 遇到 ini tmp 服務器 3.2 在mysql的啟動過程中有時會遇到下述錯誤 Can‘t connect to local MySQL server through socket ‘/tmp/mysql.sock‘ (2) 請問
ERROR 2002 (HY000): Can39;t connect to local MySQL server through socket 39;/var/lib/mysql/mysql.sock39; (2) 的解決辦法
mark logs 都是 try cal iat resp 路徑 str 更換mysql數據目錄後出現ERROR 2002 (HY000): Can‘t connect to local MySQL server through socket ‘/var/lib/mysql
Attempt to invoke virtual method 39;void android.support.v7.app.ActionBar.setHomeButtonEnabled(boolean)39; on a null object reference
tac perf cti pla invoke one spa n) null 【Android】getActionBar()為null的解決方法總結 setContentView(R.layout.activity_main);android.support.v7.app