| 21 | |
| 22 | Here is the CUDA version according to the Colab terminal |
| 23 | |
| 24 | {{{ |
| 25 | /content# nvcc --version |
| 26 | nvcc: NVIDIA (R) Cuda compiler driver |
| 27 | Copyright (c) 2005-2020 NVIDIA Corporation |
| 28 | Built on Mon_Oct_12_20:09:46_PDT_2020 |
| 29 | Cuda compilation tools, release 11.1, V11.1.105 |
| 30 | Build cuda_11.1.TC455_06.29190527_0 |
| 31 | /content# nvidia-smi |
| 32 | Wed May 25 22:36:39 2022 |
| 33 | +-----------------------------------------------------------------------------+ |
| 34 | | NVIDIA-SMI 460.32.03 Driver Version: 460.32.03 CUDA Version: 11.2 | |
| 35 | |-------------------------------+----------------------+----------------------+ |
| 36 | | GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC | |
| 37 | | Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. | |
| 38 | | | | MIG M. | |
| 39 | |===============================+======================+======================| |
| 40 | | 0 Tesla P100-PCIE... Off | 00000000:00:04.0 Off | 0 | |
| 41 | | N/A 39C P0 33W / 250W | 16069MiB / 16280MiB | 0% Default | |
| 42 | | | | N/A | |
| 43 | +-------------------------------+----------------------+----------------------+ |
| 44 | |
| 45 | +-----------------------------------------------------------------------------+ |
| 46 | | Processes: | |
| 47 | | GPU GI CI PID Type Process name GPU Memory | |
| 48 | | ID ID Usage | |
| 49 | |=============================================================================| |
| 50 | +-----------------------------------------------------------------------------+ |
| 51 | /content# |
| 52 | }}} |