How to get the cuda version?

后端 未结 19 2129
囚心锁ツ
囚心锁ツ 2020-11-30 16:24

Is there any quick command or script to check for the version of CUDA installed?

I found the manual of 4.0 under the installation directory but I\'m not sure whether

相关标签:
19条回答
  • 2020-11-30 16:58

    On Ubuntu :

    Try

    $ cat /usr/local/cuda/version.txt or $ cat /usr/local/cuda-8.0/version.txt

    Sometimes the folder is named "Cuda-version".

    If none of above works, try going to $ /usr/local/ And find the correct name of your Cuda folder.

    Output should be similar to: CUDA Version 8.0.61

    0 讨论(0)
提交回复
热议问题