Add several NV GPU types

Add A10/A40/L40S/L20 to known accelerators.

Change-Id: I389c7b2dde8481762f55862804867dde35b15b9d
This commit is contained in:
Kaifeng Wang
2025-04-15 19:45:59 +08:00
parent c79f2d00c2
commit a463ee8641
2 changed files with 22 additions and 1 deletions

View File

@@ -6,4 +6,20 @@ pci_devices:
- vendor_id: "10de"
device_id: "1df6"
type: GPU
device_info: NVIDIA Corporation GV100GL
device_info: NVIDIA Corporation GV100GL
- vendor_id: "10de"
device_id: "2236"
type: GPU
device_info: NVIDIA Corporation A10
- vendor_id: "10de"
device_id: "2235"
type: GPU
device_info: NVIDIA Corporation A40
- vendor_id: "10de"
device_id: "26b9"
type: GPU
device_info: NVIDIA Corporation L40S
- vendor_id: "10de"
device_id: "26ba"
type: GPU
device_info: NVIDIA Corporation L20

View File

@@ -0,0 +1,5 @@
---
features:
- |
Adds NVIDIA A10/A40/L40S/L20 to known accelerators that can be reported
when present in bare metals.