Linux与Windows查看cuda版本
时间:2020-04-10 09:43:44
收藏:0
阅读:82
- Linux:
cat /usr/local/cuda/version.txt
- Windows:
# Windows终端
nvcc --version
原文:https://www.cnblogs.com/dyc99/p/12670967.html
评论(0)