@@ -12,16 +12,82 @@ local acceleratorsConfigData = [
1212 vendorName: 'NVIDIA' ,
1313 vendorID: '0x10de' ,
1414 models: [
15- { pciID: '0x20b5' , modelName: 'A100' },
16- { pciID: '0x2230' , modelName: 'RTX_A6000' },
17- { pciID: '0x2717' , modelName: 'RTX_4090' },
18- { pciID: '0x2235' , modelName: 'A40' },
19- { pciID: '0x1df5' , modelName: 'V100' },
20- { pciID: '0x20f1' , modelName: 'A100 40G' },
21- { pciID: '0x1ff2' , modelName: 'T400 4GB' },
22- { pciID: '0x1eb8' , modelName: 'Tesla T4' },
15+ { pciID: '0x20f5' , modelName: 'NVIDIA A800 PCIe 80GB' },
16+ { pciID: '0x20f6' , modelName: 'NVIDIA A800 40GB PCIe active cooled' },
17+ { pciID: '0x20fd' , modelName: 'NVIDIA AX800' },
18+ { pciID: '0x20f1' , modelName: 'NVIDIA A100 PCIe 40GB' },
19+ { pciID: '0x20b5' , modelName: 'NVIDIA A100 PCIe 80GB' },
20+ { pciID: '0x2235' , modelName: 'NVIDIA A40' },
21+ { pciID: '0x20b7' , modelName: 'NVIDIA A30' },
22+ { pciID: '0x2236' , modelName: 'NVIDIA A10' },
23+ { pciID: '0x25b6' , modelName: 'NVIDIA A16' },
24+ { pciID: '0x2322' , modelName: 'H800 NVL' },
25+ { pciID: '0x2321' , modelName: 'NVIDIA H100 NVL' },
26+ { pciID: '0x2331' , modelName: 'NVIDIA H100 PCIe 80GB' },
27+ { pciID: '0x26b5' , modelName: 'NVIDIA L40' },
28+ { pciID: '0x26b9' , modelName: 'NVIDIA L40S' },
29+ { pciID: '0x26bA' , modelName: 'NVIDIA L20 liquid cooled' },
30+ { pciID: '0x27b8' , modelName: 'NVIDIA L4' },
31+ { pciID: '0x27b6' , modelName: 'NVIDIA L2' },
32+ { pciID: '0x26b1' , modelName: 'NVIDIA RTX 6000 Ada' },
33+ { pciID: '0x26b3' , modelName: 'NVIDIA RTX 5880 Ada' },
34+ { pciID: '0x2231' , modelName: 'NVIDIA RTX 5000 Ada' },
35+ { pciID: '0x2230' , modelName: 'NVIDIA RTX A6000' },
36+ { pciID: '0x2233' , modelName: 'NVIDIA RTX A5500' },
37+ { pciID: '0x1e30' , modelName: 'NVIDIA RTX 8000 passive' },
38+ { pciID: '0x2531' , modelName: 'NVIDIA RTX A2000' },
39+ { pciID: '0x20b0' , modelName: 'NVIDIA A100 SXM4 40GB' },
40+ { pciID: '0x233a' , modelName: 'NVIDIA H800 NVL' },
41+ { pciID: '0x233b' , modelName: 'NVIDIA H200 NVL' },
42+ { pciID: '0x20b2' , modelName: 'NVIDIA A100 SXM4 80GB' },
43+ { pciID: '0x20b3' , modelName: 'NVIDIA A100 SXM 64GB' },
44+ { pciID: '0x20bd' , modelName: 'NVIDIA A800 SXM4 40GB' },
45+ { pciID: '0x20f3' , modelName: 'NVIDIA A800 SXM4 80GB' },
46+ { pciID: '0x25b0' , modelName: 'NVIDIA RTX A1000' },
2347 ],
2448 },
49+ {
50+ vendorName: 'AMD' ,
51+ vendorID: '0x1002' ,
52+ models: [
53+ { pciID: '0x740f' , modelName: 'AMD MI210' },
54+ { pciID: '0x740c' , modelName: 'AMD MI250' },
55+ { pciID: '0x7408' , modelName: 'AMD MI250X' },
56+ { pciID: '0x74a0' , modelName: 'AMD MI300' },
57+ { pciID: '0x74a1' , modelName: 'AMD MI300X' },
58+ { pciID: '0x74a5' , modelName: 'AMD MI325X' },
59+ { pciID: '0x7aa2' , modelName: 'AMD MI308X' },
60+ { pciID: '0x74b5' , modelName: 'AMD MI300X VF' },
61+ { pciID: '0x7410' , modelName: 'AMD MI210 VF' },
62+ ],
63+ },
64+ {
65+ vendorName: 'GAUDI' ,
66+ vendorID: '0x1da3' ,
67+ models: [
68+ { pciID: '0x1000' , modelName: 'Gaudi 1' },
69+ { pciID: '0x1020' , modelName: 'Gaudi 2' },
70+ ],
71+ },
72+ {
73+ vendorName: 'Intel' ,
74+ vendorID: '0x8086' ,
75+ models: [
76+ { pciID: '0x0bd5' , modelName: 'Intel Data Center GPU Max 1550' },
77+ { pciID: '0x0bda' , modelName: 'Intel Data Center GPU Max 1100' },
78+ { pciID: '0x56c0' , modelName: 'Intel Data Center GPU Flex 170' },
79+ { pciID: '0x56c1' , modelName: 'Intel Data Center GPU Flex 140' },
80+ ],
81+ },
82+ {
83+ vendorName: 'Qualcomm' ,
84+ vendorID: '0x17cb' ,
85+ models: [
86+ { pciID: '0xa100' , modelName: 'Qualcomm AI 100' },
87+ { pciID: '0xa080' , modelName: 'Qualcomm AI 80' },
88+ ],
89+ },
90+
2591];
2692
2793local nodeExporter = import 'github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus/components/node-exporter.libsonnet' ;
0 commit comments