Remove six AMD GPUs imported with game-clock values - #262
Conversation
The Wikipedia RDNA/Polaris tables put game and boost clocks in one "Core / Clock (MHz)" cell, and some rows list only the game clock. The import read them as base == boost, so the Radeon Pro W7900 Dual Slot, W7800 48 GB, W6500M, WX 2100/3100 Mobile and RX 6300M records carried wrong clocks. The page gives no base clock, so drop them.
🔎 Data verification — Tier 0 (offline existence/trust)Scored by Changed records in this PR260 record(s) scored. %%{init: {"theme":"base","themeVariables":{"pie1":"#3fb950","pie2":"#d29922","pie3":"#f85149","pieStrokeWidth":"0px","pieOpacity":"1"}}}%%
pie showData
title Verification bands — all records
"Green" : 250
"Yellow" : 10
"Red" : 0
Full-dataset baseline105967 record(s) scored. %%{init: {"theme":"base","themeVariables":{"pie1":"#3fb950","pie2":"#d29922","pie3":"#f85149","pieStrokeWidth":"0px","pieOpacity":"1"}}}%%
pie showData
title Verification bands — all records
"Green" : 23767
"Yellow" : 81104
"Red" : 1096
Hard violations (forced red):
green = authoritative source + complete + consistent · yellow = plausible, needs confirmation · red = sparse/weak source or a hard contradiction. Promotion to |
TechEngine change review: FAIL
Changed data
Changed record examplesgpu deleted
Heuristic review
|
TechEngine validation stats: FAIL
Data summary
Warning Tracked verified coverage is below 50% for tablet 7.9% (273/3455), watch 9.0% (39/433), soc 9.3% (193/2077), smartphone 18.7% (17501/93396), all 20.9% (22099/105967), gpu 49.1% (1028/2093). Validation notes
Key output:
Detailed validation log excerpt |
Follow-up to #258. The Wikipedia RDNA and Polaris tables put game and boost clocks together in one "Core / Clock (MHz)" cell (W7900 Dual Slot:
1855 2495), and some rows list only the game clock (RX 6300M:1512). The import stored those values as base == boost. The existing W7900 record has base 1295 and boost 2495, which is how the mismatch surfaced (the cross-check in #260 caught it).The page gives no base clock for these boards, so this PR removes the six affected records rather than guessing:
amd/2024/enterprise/radeon-pro-w7900-dual-slotamd/2024/enterprise/radeon-pro-w7800-48gbamd/2022/enterprise/radeon-pro-w6500mamd/2022/consumer/radeon-rx-6300mamd/2017/enterprise/radeon-pro-wx-2100-mobileamd/2017/enterprise/radeon-pro-wx-3100-mobileThe parser fix is in GetTechAPI/TechEngine#91. The other 63 records from #258 are unaffected: NVIDIA rows have separate base and boost columns, and the ATI/FirePro/HD 5610 boards predate boost clocks.
Closes #1