Changes between Initial Version and Version 1 of Ticket #6959, comment 3


Ignore:
Timestamp:
May 25, 2022, 3:38:15 PM (3 years ago)
Author:
Tom Goddard

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6959, comment 3

    initial v1  
    1919... 100 attempts then fails.
    2020}}}
     21
     22Here is the CUDA version according to the Colab terminal
     23
     24{{{
     25/content# nvcc --version
     26nvcc: NVIDIA (R) Cuda compiler driver
     27Copyright (c) 2005-2020 NVIDIA Corporation
     28Built on Mon_Oct_12_20:09:46_PDT_2020
     29Cuda compilation tools, release 11.1, V11.1.105
     30Build cuda_11.1.TC455_06.29190527_0
     31/content# nvidia-smi
     32Wed 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}}}