Upon discussion, it seems that ubuntu-drivers picks supported GPU list
from supported-gpus.json file shipped with the package. @jacobmartin
pointed out that it seems there is an issue from Nvidia's posted
supported GPUs and variants for 595 and 610 drivers, fix on ubuntu-
drivers-common would be redundant:

```
NVIDIA-Linux-x86_64-610.43.02$ jq -c '.chips[] | select(.name | 
contains("V100")) | {devid, name, features}' < 
supported-gpus/supported-gpus.json
{"devid":"0x1DB1","name":"Tesla V100-SXM2-16GB","features":["kernelopen"]}
{"devid":"0x1DB1","name":"Tesla V100-SXM2-16GB-LS","features":["kernelopen"]}
{"devid":"0x1DB3","name":"Tesla V100-FHHL-16GB","features":["kernelopen"]}
{"devid":"0x1DB4","name":"Tesla V100-PCIE-16GB","features":["kernelopen"]}
{"devid":"0x1DB4","name":"Tesla V100-PCIE-16GB-LS","features":["kernelopen"]}
{"devid":"0x1DB5","name":"Tesla V100-SXM2-32GB","features":["kernelopen"]}
{"devid":"0x1DB5","name":"Tesla V100-SXM2-32GB-LS","features":["kernelopen"]}
{"devid":"0x1DB6","name":"Tesla V100-PCIE-32GB","features":["kernelopen"]}
{"devid":"0x1DB7","name":"Tesla V100-DGXS-32GB","features":["kernelopen"]}
{"devid":"0x1DB8","name":"Tesla V100-SXM3-32GB","features":["kernelopen"]}
{"devid":"0x1DB8","name":"Tesla V100-SXM3-32GB-H","features":["kernelopen"]}
{"devid":"0x1DBA","name":"Quadro GV100","features":["kernelopen"]}
{"devid":"0x1DF5","name":"Tesla V100-SXM2-16GB","features":["kernelopen"]}
{"devid":"0x1DF6","name":"Tesla V100S-PCIE-32GB","features":["kernelopen"]}
```

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2163716

Title:
  ubuntu-drivers install incompatible driver variant for NVIDIA V100

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-drivers-common/+bug/2163716/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to