Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to list CUDA devices in windows 7 using cmd?

How to display as a list CUDA availible devices in windows 7 using command line?

Do I need to install additional software to do this?

like image 384
mrgloom Avatar asked Sep 22 '15 10:09

mrgloom


1 Answers

In directory C:\Program Files\NVIDIA Corporation\NVSMI there is an utility nvidia-smi.exe it can query lots of different stats about your GPUs. To list all GPUs in your system run it with -L option.

like image 82
SteelRaven Avatar answered Jan 02 '23 17:01

SteelRaven