Monday, April 29, 2024
 Popular · Latest · Hot · Upcoming
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 6292  / 3 Years ago, fri, june 11, 2021, 8:05:21

Simply put, I want to find out on the command line the CUDA compute capability as well as number and types of CUDA cores in NVIDIA my graphics card on Ubuntu 20.04.


Any suggestions? I tried nvidia-smi -q and looked at nvidia-settings - but no success / no details. Also I forgot to mention I tried locating the details via /proc/driver/nvidia.


More From » nvidia

 Answers
2

If you have the nvidia-settings utilities installed, you can query the number of CUDA cores of your gpus by running nvidia-settings -q CUDACores -t. If that's not working, try nvidia-settings -q :0/CUDACores.



  • :0 is the gpu slot/ID: In this case 0 is refering to the first GPU.

  • CUDACores is the property


If have the cuda & nvidia-cuda-toolkit installed, try running deviceQuery. It's located somewhere in /usr/local/cuda-11/extras/demo_suite/deviceQuery
Try running locate deviceQuery.


[#1527] Sunday, June 13, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
horicgly

Total Points: 36
Total Questions: 126
Total Answers: 104

Location: Iceland
Member since Thu, Dec 1, 2022
1 Year ago
horicgly questions
Thu, Jun 23, 22, 15:02, 2 Years ago
Wed, Nov 10, 21, 00:19, 3 Years ago
Thu, May 5, 22, 14:58, 2 Years ago
Mon, Oct 4, 21, 16:07, 3 Years ago
;