lamiastella

nvidia-smi

Jan 25th, 2021 (edited)
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.74 KB | None | 0 0
  1. $ nvidia-smi
  2. Mon Jan 25 15:44:37 2021
  3. +-----------------------------------------------------------------------------+
  4. | NVIDIA-SMI 460.32.03 Driver Version: 460.32.03 CUDA Version: 11.2 |
  5. |-------------------------------+----------------------+----------------------+
  6. | GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
  7. | Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
  8. | | | MIG M. |
  9. |===============================+======================+======================|
  10. | 0 GeForce GTX 165... Off | 00000000:01:00.0 Off | N/A |
  11. | N/A 44C P5 7W / N/A | 1058MiB / 3911MiB | 7% Default |
  12. | | | N/A |
  13. +-------------------------------+----------------------+----------------------+
  14.  
  15. +-----------------------------------------------------------------------------+
  16. | Processes: |
  17. | GPU GI CI PID Type Process name GPU Memory |
  18. | ID ID Usage |
  19. |=============================================================================|
  20. | 0 N/A N/A 1093 G /usr/lib/xorg/Xorg 133MiB |
  21. | 0 N/A N/A 1753 G /usr/lib/xorg/Xorg 568MiB |
  22. | 0 N/A N/A 2003 G /usr/bin/gnome-shell 118MiB |
  23. | 0 N/A N/A 2995 G /usr/lib/firefox/firefox 1MiB |
  24. | 0 N/A N/A 3663 G ...gAAAAAAAAA --shared-files 185MiB |
  25. | 0 N/A N/A 4028 G /usr/lib/firefox/firefox 1MiB |
  26. | 0 N/A N/A 4104 G /usr/lib/firefox/firefox 1MiB |
  27. | 0 N/A N/A 4204 G /usr/lib/firefox/firefox 1MiB |
  28. | 0 N/A N/A 4453 G /usr/lib/firefox/firefox 1MiB |
  29. | 0 N/A N/A 4681 G /usr/lib/firefox/firefox 3MiB |
  30. | 0 N/A N/A 4811 G /usr/lib/firefox/firefox 1MiB |
  31. | 0 N/A N/A 4859 G /usr/lib/firefox/firefox 1MiB |
  32. | 0 N/A N/A 7690 G /opt/zoom/zoom 17MiB |
  33. +-----------------------------------------------------------------------------+
  34. 22377/31772MB
  35.  
  36.  
  37. $ nvcc --version
  38. nvcc: NVIDIA (R) Cuda compiler driver
  39. Copyright (c) 2005-2020 NVIDIA Corporation
  40. Built on Mon_Nov_30_19:08:53_PST_2020
  41. Cuda compilation tools, release 11.2, V11.2.67
  42. Build cuda_11.2.r11.2/compiler.29373293_0
  43.  
Add Comment
Please, Sign In to add comment