Advertisement
lamiastella

cuda version

Sep 13th, 2021
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. $ nvcc --version
  2. nvcc: NVIDIA (R) Cuda compiler driver
  3. Copyright (c) 2005-2018 NVIDIA Corporation
  4. Built on Sat_Aug_25_21:08:01_CDT_2018
  5. Cuda compilation tools, release 10.0, V10.0.130
  6.  
  7. $ cat /usr/local/cuda/version.txt
  8. CUDA Version 10.2.89
  9.  
  10. (proxy) [jalal@goku apex]$ python
  11. Python 3.8.5 (default, Mar 31 2021, 02:37:07)
  12. [GCC 7.3.1 20180303 (Red Hat 7.3.1-5)] on linux
  13. Type "help", "copyright", "credits" or "license" for more information.
  14. >>> import torch
  15. >>> print(torch.version.cuda)
  16. 11.1
  17.  
  18.  
  19. $ nvidia-smi
  20. Tue Sep 14 00:47:20 2021
  21. +-----------------------------------------------------------------------------+
  22. | NVIDIA-SMI 460.67 Driver Version: 460.67 CUDA Version: 11.2 |
  23. |-------------------------------+----------------------+----------------------+
  24. | GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
  25. | Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
  26. | | | MIG M. |
  27. |===============================+======================+======================|
  28. | 0 GeForce GTX 108... Off | 00000000:05:00.0 On | N/A |
  29. | 0% 28C P8 16W / 250W | 351MiB / 11178MiB | 0% Default |
  30. | | | N/A |
  31. +-------------------------------+----------------------+----------------------+
  32. | 1 GeForce GTX 108... Off | 00000000:06:00.0 Off | N/A |
  33. | 0% 31C P8 11W / 250W | 2MiB / 11178MiB | 0% Default |
  34. | | | N/A |
  35. +-------------------------------+----------------------+----------------------+
  36.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement