Commit d2e41e9
authored
Fix inaccurate hardware specs (tflops, power, msrp, release year) (#2261)
Corrects inaccurate **non-memory** hardware spec fields, verified
against techpowerup / Intel ARK / AMD / vendor docs. These are
spec-lookup values only, so there's no Hub backward-compat impact.
- **MI300** tflops `383` -> `1307.4` (entry's 192GB/750W is MI300X; 383
was the MI250X figure)
- **GB10** msrp `3000` -> `3999`, power `240` -> `140` (chip TDP, not
the full DGX Spark system)
- **Jetson AGX Orin 32GB** msrp `1600` -> `999` (module retail price)
- **RX 6700** msrp `500` -> `329` (500 was the 6700 XT price)
- **RTX 2050 Mobile** releaseYear `2022` -> `2021`
- **Intel Core i5/i3 (10th/11th gen)** power -> PL2 values; **Ryzen 7
3800X** tflops `1.73` -> `1.15` (8-core) & power -> PPT; **Ryzen Zen 5
9000 R7/R5** power -> `88` (stock PPT). Aligns with the field's
documented convention (PL2 for Intel, PPT for AMD).
Memory-array corrections are intentionally excluded: shrinking a SKU's
`memory` options breaks `JOI_HARDWARE_ITEM_SCHEMA` validation of users'
persisted hardware items on the Hub (see closed #1937). Those would need
a data migration first.
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> **Low Risk**
> Static reference data only; no runtime logic or auth/data-path
changes, and memory arrays are untouched.
>
> **Overview**
> Corrects **non-memory** fields in the tasks package hardware SKU
tables so estimates match vendor/docs and the documented conventions
(Intel **PL2**, AMD **PPT**).
>
> **GPU:** **RX 6700** msrp **500 → 329**; **GB10** msrp **3000 → 3999**
and power **240 → 140** (chip TDP); **Jetson AGX Orin 32GB** msrp **1600
→ 999**; **RTX 2050 Mobile** releaseYear **2022 → 2021**.
>
> **CPU:** 10th/11th gen Intel Core **i5/i3** power raised to PL2-style
values; **Ryzen 7 3800X** tflops **1.73 → 1.15** and power **105 →
142**; Ryzen Zen 5 9000 **Ryzen 7/5** power **105 → 88**.
>
> Memory option arrays are unchanged to avoid Hub validation issues on
persisted hardware items.
>
> <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit
f2d6523. Bugbot is set up for automated
code reviews on this repo. Configure
[here](https://www.cursor.com/dashboard/bugbot).</sup>
<!-- /CURSOR_SUMMARY -->1 parent 709b10b commit d2e41e9
3 files changed
Lines changed: 13 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
187 | | - | |
| 187 | + | |
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
116 | | - | |
| 115 | + | |
| 116 | + | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| |||
802 | 802 | | |
803 | 803 | | |
804 | 804 | | |
805 | | - | |
| 805 | + | |
806 | 806 | | |
807 | 807 | | |
808 | 808 | | |
| |||
936 | 936 | | |
937 | 937 | | |
938 | 938 | | |
939 | | - | |
| 939 | + | |
940 | 940 | | |
941 | 941 | | |
942 | 942 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
278 | 278 | | |
279 | 279 | | |
280 | 280 | | |
281 | | - | |
| 281 | + | |
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
285 | 285 | | |
286 | 286 | | |
287 | | - | |
| 287 | + | |
288 | 288 | | |
289 | 289 | | |
290 | 290 | | |
| |||
302 | 302 | | |
303 | 303 | | |
304 | 304 | | |
305 | | - | |
| 305 | + | |
306 | 306 | | |
307 | 307 | | |
308 | 308 | | |
309 | 309 | | |
310 | 310 | | |
311 | | - | |
| 311 | + | |
312 | 312 | | |
313 | 313 | | |
314 | 314 | | |
| |||
374 | 374 | | |
375 | 375 | | |
376 | 376 | | |
377 | | - | |
| 377 | + | |
378 | 378 | | |
379 | | - | |
| 379 | + | |
380 | 380 | | |
381 | 381 | | |
382 | 382 | | |
| |||
388 | 388 | | |
389 | 389 | | |
390 | 390 | | |
391 | | - | |
| 391 | + | |
392 | 392 | | |
393 | 393 | | |
394 | 394 | | |
395 | 395 | | |
396 | 396 | | |
397 | | - | |
| 397 | + | |
398 | 398 | | |
399 | 399 | | |
400 | 400 | | |
| |||
0 commit comments