How to get the cuda version?

后端 未结 19 2136
囚心锁ツ
囚心锁ツ 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:35

    If you run

    nvidia-smi
    

    You should find the CUDA Version on the top right corner of the comand's output. At least I found that output for CUDA version 10.0 e.g.,

提交回复
热议问题