在做深度学习开发时,免不了要用到GPU,因此CUDA是必需的。

测试CUDA的samples

使用以下命令:

1. cd /usr/local/cuda/samples/1_Utilities/deviceQuery #默认位置

2. make #如果出现”Fatal error: can't create deviceQuery.o: Permission denied“此错误,在make前面加上sudo

3. sudo ./deviceQuery

如果出现下面这个图,说明CUDA安装成功。

Ubuntu14.04 查看安装好的CUDA



相关文章:

  • 2022-12-23
  • 2022-02-14
  • 2021-08-06
  • 2022-12-23
  • 2021-06-27
  • 2022-03-02
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-12-10
  • 2021-09-29
  • 2022-01-13
  • 2021-07-24
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案