Miscellaneous Errors
Miscellaneous Errors
-
“nvcc fatal ? : Value ‘sm_52′ is not defined for option ‘gpu-architecture'”
-
This is caused by the Toolkit not being able to handle the architecture code automatically picked for your card. In most cases updating the toolkit to the latest version should fix this problem. In my case the card was newer than the latest stable release so I manually specified an earlier architecture as a theano flag in the .theanorc file.
-
| 1 | [nvcc] |
| 2 | fastmath = True |
| 3 | flags = ?-arch=sm_30 |
-
“WARNING (theano.sandbox.cuda): CUDA is installed, but device gpu0 is not available ?(error: Unable to get the number of gpus available: unknown error)”
-
In that case try specifying SUDO first before executing the python script
-
原因及解決辦法
http://stackoverflow.com/questions/38125310/nvcc-fatal-value-sm-61-is-not-defined-for-option-gpu-architecture-error-wi
總結
以上是生活随笔為你收集整理的Miscellaneous Errors的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 145.7. Miscellaneous
- 下一篇: VS2017 出现Miscellaneo