Merge "Add several NV GPU types"

This commit is contained in:
Zuul
2025-04-23 18:34:30 +00:00
committed by Gerrit Code Review
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.