@digital4better/data 1.3.34 → 1.3.36

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -31,4 +31,5 @@ nvidia-tesla-p40,gpu,nvidia,tesla,p40,pascal,3840,24,250,16,471,11800
31
31
  nvidia-tesla-t4,gpu,nvidia,tesla,t4,turing,2560,16,70,12,545,13600
32
32
  nvidia-tesla-v10016,gpu,nvidia,tesla,v100,volta,5120,16,250,12,815,21100
33
33
  nvidia-tesla-v10032,gpu,nvidia,tesla,v100,volta,5120,32,250,12,815,21100
34
+ nvidia-quadro-rtx5000,gpu,nvidia,quadro,rtx 5000,turing,3072,16,230,12,545,13600
34
35
  qualcomm-ai100-standard,asic,qualcomm,ai100,standard,cloud ai,16,16,75,7,0,0
@@ -447,6 +447,20 @@
447
447
  "die": 815,
448
448
  "transistors": 21100
449
449
  },
450
+ {
451
+ "id": "nvidia-quadro-rtx5000",
452
+ "type": "gpu",
453
+ "manufacturer": "nvidia",
454
+ "serie": "quadro",
455
+ "model": "rtx 5000",
456
+ "platform": "turing",
457
+ "cores": 3072,
458
+ "memory": 16,
459
+ "tdp": 230,
460
+ "process": 12,
461
+ "die": 545,
462
+ "transistors": 13600
463
+ },
450
464
  {
451
465
  "id": "qualcomm-ai100-standard",
452
466
  "type": "asic",
@@ -461,4 +475,4 @@
461
475
  "die": 0,
462
476
  "transistors": 0
463
477
  }
464
- ]
478
+ ]
@@ -3,6 +3,7 @@ amd-epyc-7232p,amd,epyc,7232p,x86-64,rome,8,16,120,7,74,3800,1
3
3
  amd-epyc-7272,amd,epyc,7272,x86-64,rome,12,24,120,7,74,3800,2
4
4
  amd-epyc-7281,amd,epyc,7281,x86-64,naples,16,32,170,14,213,4800,2
5
5
  amd-epyc-7313p,amd,epyc,7313p,x86-64,milan,16,32,155,7,324,16600,1
6
+ amd-epyc-7371,amd,epyc,7371,x86-64,naples,16,32,170,14,213,4800,2
6
7
  amd-epyc-7401p,amd,epyc,7401p,x86-64,naples,24,48,170,14,213,4800,1
7
8
  amd-epyc-7413,amd,epyc,7413,x86-64,milan,24,48,180,7,324,16600,2
8
9
  amd-epyc-7452,amd,epyc,7452,x86-64,rome,32,64,155,7,74,3800,2
@@ -81,6 +82,7 @@ intel-xeon-8490h,intel,xeon,8490h,x86-64,sapphire rapids,60,120,350,10,1908,4800
81
82
  intel-xeon-8559c,intel,xeon,8559c,x86-64,emerald rapids,48,96,350,10,1526,57000,2
82
83
  intel-xeon-8573c,intel,xeon,8573c,x86-64,emerald rapids,52,104,350,10,1526,57000,2
83
84
  intel-xeon-8581c,intel,xeon,8581c,x86-64,emerald rapids,60,120,350,10,1526,57000,2
85
+ intel-xeon-e2274g,intel,xeon,e-2274g,x86-64,coffee lake,4,8,83,14,126,1400,1
84
86
  intel-xeon-e2288g,intel,xeon,e-2288g,x86-64,coffee lake,8,16,95,14,180,2900,1
85
87
  intel-xeon-e31220,intel,xeon,e3-1220,x86-64,sandy bridge,4,4,80,32,216,1160,1
86
88
  intel-xeon-e51410v2,intel,xeon,e5-1410 v2,x86-64,ivy bridge,4,8,80,22,257,1860,1
@@ -59,6 +59,21 @@
59
59
  "transistors": 16600,
60
60
  "smp": 1
61
61
  },
62
+ {
63
+ "id": "amd-epyc-7371",
64
+ "manufacturer": "amd",
65
+ "serie": "epyc",
66
+ "model": 7371,
67
+ "architecture": "x86-64",
68
+ "platform": "naples",
69
+ "cores": 16,
70
+ "threads": 32,
71
+ "tdp": 170,
72
+ "process": 14,
73
+ "die": 213,
74
+ "transistors": 4800,
75
+ "smp": 2
76
+ },
62
77
  {
63
78
  "id": "amd-epyc-7401p",
64
79
  "manufacturer": "amd",
@@ -1229,6 +1244,21 @@
1229
1244
  "transistors": 57000,
1230
1245
  "smp": 2
1231
1246
  },
1247
+ {
1248
+ "id": "intel-xeon-e2274g",
1249
+ "manufacturer": "intel",
1250
+ "serie": "xeon",
1251
+ "model": "e-2274g",
1252
+ "architecture": "x86-64",
1253
+ "platform": "coffee lake",
1254
+ "cores": 4,
1255
+ "threads": 8,
1256
+ "tdp": 83,
1257
+ "process": 14,
1258
+ "die": 126,
1259
+ "transistors": 1400,
1260
+ "smp": 1
1261
+ },
1232
1262
  {
1233
1263
  "id": "intel-xeon-e2288g",
1234
1264
  "manufacturer": "intel",
@@ -1664,4 +1694,4 @@
1664
1694
  "transistors": 7200,
1665
1695
  "smp": 8
1666
1696
  }
1667
- ]
1697
+ ]
@@ -0,0 +1,22 @@
1
+ id,name,provider,lat,lon,location,country,subdivision,pue,wue,ref
2
+ par,eu-west-par,ovhcloud,48.86,2.35,Paris,fr,,1.6,,
3
+ bhs,ca-east-bhs,ovhcloud,45.32,-73.870003,Beauharnois,ca,qc,1.25,1.33,
4
+ eri,eu-west-eri,ovhcloud,51.4832,0.17484,Erith,gb,,1.26,0.21,
5
+ gra,eu-west-gra,ovhcloud,50.98333,2.125,Gravelines,fr,,1.22,0.2,
6
+ hil,us-west-hil,ovhcloud,45.522896,-122.98983,Hillsboro,us,or,1.35,0.53,
7
+ lim,eu-west-lim,ovhcloud,50.398601,8.079578,Limburg,de,,1.24,0.35,
8
+ rbx,eu-west-rbx,ovhcloud,50.683636,3.165532,Roubaix,fr,,1.29,0.39,
9
+ sbg,eu-west-sbg,ovhcloud,48.583328,7.75,Strasbourg,fr,,1.21,0.5,
10
+ vin,us-east-vin,ovhcloud,-77.67379,38.7464553,Vint Hill,us,va,1.39,0.1,
11
+ waw,eu-central-waw,ovhcloud,52.237049,21.017532,Warsaw,pl,,1.25,0.6,
12
+ mum,ap-south-mum,ovhcloud,19.08,72.88,Mumbai,in,,1.58,,
13
+ sgp,ap-southeast-sgp,ovhcloud,1.37,103.8,Singapore,sg,,1.72,,
14
+ syd,ap-southeast-syd,ovhcloud,-33.86,151.2,Sydney,au,,1.3,,
15
+ yyz,ca-east-tor,ovhcloud,43.653,-79.383,Toronto,ca,on,1.6,,
16
+ ams,ams,ovhcloud,52.377956,4.89707,Amsterdam,nl,,1.6,,
17
+ blr,blr,ovhcloud,12.971599,77.594566,Bengalore,in,,1.6,,
18
+ mad,mad,ovhcloud,40.4167754,-3.7037902,Madrid,es,,1.6,,
19
+ mil,eu-south-mil,ovhcloud,45.43,9.29,Milan,it,,1.6,,
20
+ mrs,mrs,ovhcloud,43.8345,2.1972,Marseille,fr,,1.6,,
21
+ prg,prg,ovhcloud,50.073658,14.41854,Prague,cz,,1.6,,
22
+ zrh,zrh,ovhcloud,47.376887,8.541694,Zurich,ch,,1.6,,
@@ -0,0 +1,306 @@
1
+ [
2
+ {
3
+ "id": "par",
4
+ "name": "eu-west-par",
5
+ "aliases": [
6
+ "cch-01",
7
+ "mr9-01",
8
+ "ieb-01"
9
+ ],
10
+ "provider": "ovhcloud",
11
+ "lat": 48.86,
12
+ "lon": 2.35,
13
+ "location": "Paris",
14
+ "country": "fr",
15
+ "pue": 1.6
16
+ },
17
+ {
18
+ "id": "bhs",
19
+ "name": "ca-east-bhs",
20
+ "aliases": [
21
+ "bhs-1",
22
+ "bhs-2",
23
+ "bhs-3",
24
+ "bhs-4",
25
+ "bhs-5",
26
+ "bhs-6",
27
+ "bhs-7",
28
+ "bhs-8"
29
+ ],
30
+ "provider": "ovhcloud",
31
+ "lat": 45.320000,
32
+ "lon": -73.870003,
33
+ "location": "Beauharnois",
34
+ "country": "ca",
35
+ "subdivision": "qc",
36
+ "pue": 1.25,
37
+ "wue": 1.33
38
+ },
39
+ {
40
+ "id": "eri",
41
+ "name": "eu-west-eri",
42
+ "aliases": [
43
+ "eri-1"
44
+ ],
45
+ "provider": "ovhcloud",
46
+ "lat": 51.4832,
47
+ "lon": 0.17484,
48
+ "location": "Erith",
49
+ "country": "gb",
50
+ "pue": 1.26,
51
+ "wue": 0.21
52
+ },
53
+ {
54
+ "id": "gra",
55
+ "name": "eu-west-gra",
56
+ "aliases": [
57
+ "gra-1",
58
+ "gra-2",
59
+ "gra-3",
60
+ "gra-04"
61
+ ],
62
+ "provider": "ovhcloud",
63
+ "lat": 50.98333,
64
+ "lon": 2.125,
65
+ "location": "Gravelines",
66
+ "country": "fr",
67
+ "pue": 1.22,
68
+ "wue": 0.2
69
+ },
70
+ {
71
+ "id": "hil",
72
+ "name": "us-west-hil",
73
+ "aliases": [
74
+ "hil-1"
75
+ ],
76
+ "provider": "ovhcloud",
77
+ "lat": 45.522896,
78
+ "lon": -122.989830,
79
+ "location": "Hillsboro",
80
+ "country": "us",
81
+ "subdivision": "or",
82
+ "pue": 1.35,
83
+ "wue": 0.53
84
+ },
85
+ {
86
+ "id": "lim",
87
+ "name": "eu-west-lim",
88
+ "aliases": [
89
+ "lim-1",
90
+ "lim-3"
91
+ ],
92
+ "provider": "ovhcloud",
93
+ "lat": 50.398601,
94
+ "lon": 8.079578,
95
+ "location": "Limburg",
96
+ "country": "de",
97
+ "pue": 1.24,
98
+ "wue": 0.35
99
+ },
100
+ {
101
+ "id": "rbx",
102
+ "name": "eu-west-rbx",
103
+ "aliases": [
104
+ "rbx-1",
105
+ "rbx-2",
106
+ "rbx-3",
107
+ "rbx-4",
108
+ "rbx-5",
109
+ "rbx-6",
110
+ "rbx-7",
111
+ "rbx-8",
112
+ "rbx-10"
113
+ ],
114
+ "provider": "ovhcloud",
115
+ "lat": 50.683636,
116
+ "lon": 3.165532,
117
+ "location": "Roubaix",
118
+ "country": "fr",
119
+ "pue": 1.29,
120
+ "wue": 0.39
121
+ },
122
+ {
123
+ "id": "sbg",
124
+ "name": "eu-west-sbg",
125
+ "aliases": [
126
+ "sbg-3",
127
+ "sbg-5"
128
+ ],
129
+ "provider": "ovhcloud",
130
+ "lat": 48.583328,
131
+ "lon": 7.75,
132
+ "location": "Strasbourg",
133
+ "country": "fr",
134
+ "pue": 1.21,
135
+ "wue": 0.5
136
+ },
137
+ {
138
+ "id": "vin",
139
+ "name": "us-east-vin",
140
+ "aliases": [
141
+ "vin-1"
142
+ ],
143
+ "provider": "ovhcloud",
144
+ "lat": -77.67379,
145
+ "lon": 38.7464553,
146
+ "location": "Vint Hill",
147
+ "country": "us",
148
+ "subdivision": "va",
149
+ "pue": 1.39,
150
+ "wue": 0.1
151
+ },
152
+ {
153
+ "id": "waw",
154
+ "name": "eu-central-waw",
155
+ "aliases": [
156
+ "waw-1"
157
+ ],
158
+ "provider": "ovhcloud",
159
+ "lat": 52.237049,
160
+ "lon": 21.017532,
161
+ "location": "Warsaw",
162
+ "country": "pl",
163
+ "pue": 1.25,
164
+ "wue": 0.6
165
+ },
166
+ {
167
+ "id": "mum",
168
+ "name": "ap-south-mum",
169
+ "aliases": [
170
+ "ynm-1"
171
+ ],
172
+ "provider": "ovhcloud",
173
+ "lat": 19.08,
174
+ "lon": 72.88,
175
+ "location": "Mumbai",
176
+ "country": "in",
177
+ "pue": 1.58
178
+ },
179
+ {
180
+ "id": "sgp",
181
+ "name": "ap-southeast-sgp",
182
+ "aliases": [
183
+ "sgp-1",
184
+ "sgp-02"
185
+ ],
186
+ "provider": "ovhcloud",
187
+ "lat": 1.37,
188
+ "lon": 103.8,
189
+ "location": "Singapore",
190
+ "country": "sg",
191
+ "pue": 1.72
192
+ },
193
+ {
194
+ "id": "syd",
195
+ "name": "ap-southeast-syd",
196
+ "aliases": [
197
+ "syd-1",
198
+ "syd-2",
199
+ "syd-03"
200
+ ],
201
+ "provider": "ovhcloud",
202
+ "lat": -33.86,
203
+ "lon": 151.2,
204
+ "location": "Sydney",
205
+ "country": "au",
206
+ "pue": 1.3
207
+ },
208
+ {
209
+ "id": "yyz",
210
+ "name": "ca-east-tor",
211
+ "aliases": [
212
+ "yyz-01"
213
+ ],
214
+ "provider": "ovhcloud",
215
+ "lat": 43.653,
216
+ "lon": -79.383,
217
+ "location": "Toronto",
218
+ "country": "ca",
219
+ "subdivision": "on",
220
+ "pue": 1.6
221
+ },
222
+ {
223
+ "id": "ams",
224
+ "name": "ams",
225
+ "aliases": [
226
+ "ams-1"
227
+ ],
228
+ "provider": "ovhcloud",
229
+ "lat": 52.377956,
230
+ "lon": 4.897070,
231
+ "location": "Amsterdam",
232
+ "country": "nl",
233
+ "pue": 1.6
234
+ },
235
+ {
236
+ "id": "blr",
237
+ "name": "blr",
238
+ "aliases": [
239
+ "blr-1"
240
+ ],
241
+ "provider": "ovhcloud",
242
+ "lat": 12.971599,
243
+ "lon": 77.594566,
244
+ "location": "Bengalore",
245
+ "country": "in",
246
+ "pue": 1.6
247
+ },
248
+ {
249
+ "id": "mad",
250
+ "name": "mad",
251
+ "aliases": [
252
+ "mad-1"
253
+ ],
254
+ "provider": "ovhcloud",
255
+ "lat": 40.4167754,
256
+ "lon": -3.7037902,
257
+ "location": "Madrid",
258
+ "country": "es",
259
+ "pue": 1.6
260
+ },
261
+ {
262
+ "id": "mil",
263
+ "name": "eu-south-mil",
264
+ "aliases": [
265
+ "itbsi-01",
266
+ "itmil-01",
267
+ "itzvf-01"
268
+ ],
269
+ "provider": "ovhcloud",
270
+ "lat": 45.43,
271
+ "lon": 9.29,
272
+ "location": "Milan",
273
+ "country": "it",
274
+ "pue": 1.6
275
+ },
276
+ {
277
+ "id": "mrs",
278
+ "name": "mrs",
279
+ "provider": "ovhcloud",
280
+ "lat": 43.8345,
281
+ "lon": 2.1972,
282
+ "location": "Marseille",
283
+ "country": "fr",
284
+ "pue": 1.6
285
+ },
286
+ {
287
+ "id": "prg",
288
+ "name": "prg",
289
+ "provider": "ovhcloud",
290
+ "lat": 50.073658,
291
+ "lon": 14.418540,
292
+ "location": "Prague",
293
+ "country": "cz",
294
+ "pue": 1.6
295
+ },
296
+ {
297
+ "id": "zrh",
298
+ "name": "zrh",
299
+ "provider": "ovhcloud",
300
+ "lat": 47.376887,
301
+ "lon": 8.541694,
302
+ "location": "Zurich",
303
+ "country": "ch",
304
+ "pue": 1.6
305
+ }
306
+ ]
@@ -0,0 +1,69 @@
1
+ id,family,name,category,vcpus,memory,ssd,hdd,cpu,accelerators,accelerator,embodied
2
+ b3-8,b3,b3-8,general,2,8,50,0,amd-epyc-9r14,0,,1
3
+ b3-16,b3,b3-16,general,4,16,100,0,amd-epyc-9r14,0,,1
4
+ b3-32,b3,b3-32,general,8,32,200,0,amd-epyc-9r14,0,,1
5
+ b3-64,b3,b3-64,general,16,64,400,0,amd-epyc-9r14,0,,1
6
+ b3-128,b3,b3-128,general,32,128,400,0,amd-epyc-9r14,0,,1
7
+ b3-256,b3,b3-256,general,64,256,400,0,amd-epyc-9r14,0,,1
8
+ b3-512,b3,b3-512,general,128,512,400,0,amd-epyc-9r14,0,,1
9
+ b3-640,b3,b3-640,general,160,640,400,0,amd-epyc-9r14,0,,1
10
+ b2-7,b2,b2-7,general,2,7,50,0,amd-epyc-7r32,0,,1
11
+ b2-15,b2,b2-15,general,4,15,100,0,amd-epyc-7r32,0,,1
12
+ b2-30,b2,b2-30,general,8,30,200,0,amd-epyc-7r32,0,,1
13
+ b2-60,b2,b2-60,general,16,60,400,0,amd-epyc-7r32,0,,1
14
+ b2-120,b2,b2-120,general,32,120,400,0,amd-epyc-7r32,0,,1
15
+ c3-4,c3,c3-4,compute,2,4,50,0,amd-epyc-9r14,0,,1
16
+ c3-8,c3,c3-8,compute,4,8,100,0,amd-epyc-9r14,0,,1
17
+ c3-16,c3,c3-16,compute,8,16,200,0,amd-epyc-9r14,0,,1
18
+ c3-32,c3,c3-32,compute,16,32,400,0,amd-epyc-9r14,0,,1
19
+ c3-64,c3,c3-64,compute,32,64,400,0,amd-epyc-9r14,0,,1
20
+ c3-128,c3,c3-128,compute,64,128,400,0,amd-epyc-9r14,0,,1
21
+ c3-256,c3,c3-256,compute,128,256,400,0,amd-epyc-9r14,0,,1
22
+ c3-320,c3,c3-320,compute,160,320,400,0,amd-epyc-9r14,0,,1
23
+ c2-7,c2,c2-7,compute,2,7,50,0,amd-epyc-7r32,0,,1
24
+ c2-15,c2,c2-15,compute,4,15,100,0,amd-epyc-7r32,0,,1
25
+ c2-30,c2,c2-30,compute,8,30,200,0,amd-epyc-7r32,0,,1
26
+ c2-60,c2,c2-60,compute,16,60,400,0,amd-epyc-7r32,0,,1
27
+ c2-120,c2,c2-120,compute,32,120,400,0,amd-epyc-7r32,0,,1
28
+ r3-16,r3,r3-16,memory,2,16,50,0,amd-epyc-9r14,0,,1
29
+ r3-32,r3,r3-32,memory,4,32,100,0,amd-epyc-9r14,0,,1
30
+ r3-64,r3,r3-64,memory,8,64,200,0,amd-epyc-9r14,0,,1
31
+ r3-128,r3,r3-128,memory,16,128,400,0,amd-epyc-9r14,0,,1
32
+ r3-256,r3,r3-256,memory,32,256,400,0,amd-epyc-9r14,0,,1
33
+ r3-512,r3,r3-512,memory,64,512,400,0,amd-epyc-9r14,0,,1
34
+ r3-1024,r3,r3-1024,memory,128,1024,400,0,amd-epyc-9r14,0,,1
35
+ r2-15,r2,r2-15,memory,2,15,50,0,amd-epyc-7r32,0,,1
36
+ r2-30,r2,r2-30,memory,2,30,50,0,amd-epyc-7r32,0,,1
37
+ r2-60,r2,r2-60,memory,4,60,100,0,amd-epyc-7r32,0,,1
38
+ r2-120,r2,r2-120,memory,8,120,200,0,amd-epyc-7r32,0,,1
39
+ r2-240,r2,r2-240,memory,16,240,400,0,amd-epyc-7r32,0,,1
40
+ i1-45,i1,i1-45,storage,8,45,50,1900,amd-epyc-7r32,0,,1
41
+ i1-90,i1,i1-90,storage,16,90,50,3800,amd-epyc-7r32,0,,1
42
+ i1-180,i1,i1-180,storage,32,180,50,7600,amd-epyc-7r32,0,,1
43
+ d2-2,d2,d2-2,general,1,2,0,25,amd-epyc-7r32,0,,1
44
+ d2-4,d2,d2-4,general,2,4,0,50,amd-epyc-7r32,0,,1
45
+ d2-8,d2,d2-8,general,4,8,0,50,amd-epyc-7r32,0,,1
46
+ l40s-90,l40s,l40s-90,accelerated,15,90,400,0,amd-epyc-9r14,1,nvidia-tesla-l40s,1
47
+ l40s-180,l40s,l40s-180,accelerated,30,180,400,0,amd-epyc-9r14,2,nvidia-tesla-l40s,1
48
+ l40s-360,l40s,l40s-360,accelerated,60,360,400,0,amd-epyc-9r14,4,nvidia-tesla-l40s,1
49
+ a10-45,a10,a10-45,accelerated,30,45,400,0,amd-epyc-7r32,1,nvidia-tesla-a10,1
50
+ a10-90,a10,a10-90,accelerated,60,90,400,0,amd-epyc-7r32,2,nvidia-tesla-a10,1
51
+ a10-180,a10,a10-180,accelerated,120,180,400,0,amd-epyc-7r32,4,nvidia-tesla-a10,1
52
+ a100-180,a100,a100-180,accelerated,15,180,300,0,amd-epyc-9r14,1,nvidia-tesla-a10080,1
53
+ a100-360,a100,a100-360,accelerated,30,360,500,0,amd-epyc-9r14,2,nvidia-tesla-a10080,1
54
+ a100-720,a100,a100-720,accelerated,60,720,500,0,amd-epyc-9r14,4,nvidia-tesla-a10080,1
55
+ h100-380,h100,h100-380,accelerated,30,380,4040,0,amd-epyc-9r14,1,nvidia-tesla-h10080,1
56
+ h100-760,h100,h100-760,accelerated,60,760,7880,0,amd-epyc-9r14,2,nvidia-tesla-h10080,1
57
+ h100-1520,h100,h100-1520,accelerated,120,1520,15560,0,amd-epyc-9r14,4,nvidia-tesla-h10080,1
58
+ l4-90,l4,l4-90,accelerated,22,90,400,0,amd-epyc-9r14,1,nvidia-tesla-l4,1
59
+ l4-180,l4,l4-180,accelerated,45,180,400,0,amd-epyc-9r14,2,nvidia-tesla-l4,1
60
+ l4-360,l4,l4-360,accelerated,90,360,400,0,amd-epyc-9r14,4,nvidia-tesla-l4,1
61
+ rtx5000-28,rtx5000,rtx5000-28,accelerated,4,28,400,0,amd-epyc-7r32,1,nvidia-quadro-rtx5000,1
62
+ rtx5000-56,rtx5000,rtx5000-56,accelerated,8,56,400,0,amd-epyc-7r32,2,nvidia-quadro-rtx5000,1
63
+ rtx5000-84,rtx5000,rtx5000-84,accelerated,16,84,400,0,amd-epyc-7r32,3,nvidia-quadro-rtx5000,1
64
+ t1-le-45,t1-le,t1-le-45,accelerated,8,45,300,0,amd-epyc-7371,1,nvidia-tesla-v10016,1
65
+ t1-le-90,t1-le,t1-le-90,accelerated,16,90,400,0,amd-epyc-7371,2,nvidia-tesla-v10016,1
66
+ t1-le-180,t1-le,t1-le-180,accelerated,32,180,400,0,amd-epyc-7371,4,nvidia-tesla-v10016,1
67
+ bm-s1,bm,bm-s1,performance,4,32,1920,0,intel-xeon-e2274g,0,,1
68
+ bm-m1,bm,bm-m1,performance,8,64,1920,0,intel-xeon-e2288g,0,,1
69
+ bm-l1,bm,bm-l1,performance,16,128,1920,0,amd-epyc-7371,0,,1