Bug#879792: nvidia-detect: misses nvidia tesla p100 (GP100GL)

Vincent McIntyre vincent.mcintyre at csiro.au
Fri Oct 27 01:28:55 UTC 2017


On Thu, Oct 26, 2017 at 11:47:00AM +0100, Luca Boccassi wrote:
>
> Hi,
>
> Is the Tesla series compatible with the Geforce series drivers that we
> package?
>
> They are sorted separately on Nvidia's website at least:
>
> http://www.nvidia.co.uk/download/driverResults.aspx/124885/en-uk
>
> But I've never used them so I'm not sure.
>

I'm a bit confused by this question. My understanding is that
nvidia-detect looks up the card PCI ID in the various
/usr/share/nvidia/*.ids files and reports a positive match.

Are you saying those files may contain IDs that aren't supported
by the drivers? How are those files maintained? I poked around
the repository briefly and it seems it's mostly manual edits,
which seems fine apart from the risk of the odd typo.

In this case the drivers you package (thank you!) do support the card,
so the *.ids files seem to have the correct information.

 $ dmesg|tail |sed -e 's/^[^ ]*//'
 nvidia: loading out-of-tree module taints kernel.
 nvidia: module license 'NVIDIA' taints kernel.
 Disabling lock debugging due to kernel taint
 nvidia-nvlink: Nvlink Core is being initialized, major device number 243
 NVRM: loading NVIDIA UNIX x86_64 Kernel Module  375.82  Wed Jul 19 21:16:49 PDT 2017 (using threaded interrupts

 $ nvidia-smi
 Fri Oct 27 09:24:05 2017
 +-----------------------------------------------------------------------------+
 | NVIDIA-SMI 375.82                 Driver Version: 375.82                    |
 |-------------------------------+----------------------+----------------------+
 | GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |
 | Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
 |===============================+======================+======================|
 |   0  Tesla P100-PCIE...  Off  | 0000:04:00.0     Off |                    0 |
 | N/A   31C    P0    26W / 250W |      0MiB / 16276MiB |      0%      Default |
 +-------------------------------+----------------------+----------------------+
 |   1  Tesla P100-PCIE...  Off  | 0000:82:00.0     Off |                    0 |
 | N/A   33C    P0    27W / 250W |      0MiB / 16276MiB |      2%      Default |
 +-------------------------------+----------------------+----------------------+

 +-----------------------------------------------------------------------------+
 | Processes:                                                       GPU Memory |
 |  GPU       PID  Type  Process name                               Usage      |
 |=============================================================================|
 |  No running processes found                                                 |
 +-----------------------------------------------------------------------------+

Cheers
Vince



More information about the pkg-nvidia-devel mailing list