Skip to content

Commit 1844bcf

Browse files
Merge pull request openshift#161 from yevgeny-shnaidman/yevgeny/master-adding-new-devices
OCPBUGS-46498:adding new NVIDIA accelerators to monitor
2 parents 4c3d8bd + 62cfd7c commit 1844bcf

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

collector/accelerators.go

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,14 @@ var (
8484
"0x2233": "NVIDIA RTX A5500",
8585
"0x1e30": "NVIDIA RTX 8000 passive",
8686
"0x2531": "NVIDIA RTX A2000",
87+
"0x20b0": "NVIDIA A100 SXM4 40G",
88+
"0x233a": "NVIDIA H800 NVL",
89+
"0x233b": "NVIDIA H200 NVL",
90+
"0x20b2": "NVIDIA A100SXM4 80GB",
91+
"0x20b3": "NVIDIA A100 SXM 64GB",
92+
"0x20bd": "NVIDIA A800 SXM4 40GB",
93+
"0x20f3": "NVIDIA A800 SXM4 80GB",
94+
"0x25b0": "NVIDIA RTX A1000",
8795
}
8896

8997
amdDeviceIDsMap = map[string]string{

0 commit comments

Comments
 (0)