How to get the cuda version?

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

    After installing CUDA one can check the versions by: nvcc -V

    I have installed both 5.0 and 5.5 so it gives

    Cuda Compilation Tools,release 5.5,V5.5,0

    This command works for both Windows and Ubuntu.

提交回复
热议问题