data(soc): GPU + process_nm enrichment for well-known chips#48
Merged
Conversation
Replace 'Unknown mobile GPU'/'N/A' placeholders with the real, documented GPU for well-known chips (Snapdragon S1-821, Exynos 5430-8890, Kirin 650/950/960, Helio X10/X20/X25, Apple A8/A9/A10X/A11). Textbook specs, additive only (no real values overwritten); improves data referenced by thousands of phones. Refs #1
Fix clearly-wrong heuristic process_nm (defaulted to 28nm) to the real node for well-known chips: Snapdragon 820/821 (14nm), 810 (20nm); Exynos 8890/7420 (14nm), 5430 (20nm); Kirin 650/950 (16nm); Helio X20/X25 (20nm); Apple A8 (20nm), A9 (14/16nm). Exact-slug, textbook-certain. Refs #1
Member
TechEngine change review: PASS
Changed data
Changed record examples
Heuristic review
|
Member
TechEngine validation stats: PASS
Data summary
Warning Tracked verified coverage is below 50% for brand 0.0% (0/189), tablet 0.0% (0/3048), watch 0.0% (0/378), pda 0.0% (0/110), gpu 0.0% (0/2030), smartphone 0.2% (184/90118), all 1.2% (1218/101954), soc 2.8% (58/2104), and 1 more. Validation notes
Key output:
|
Seungpyo1007
added a commit
that referenced
this pull request
Jun 21, 2026
Round-2 of SoC GPU enrichment (follow-up to #48). Replace placeholders with documented GPUs for older smartphone-class chips: Tegra 2/4 (GeForce ULP), Qualcomm MSM7227A/7627-series/7626A (Adreno 200), MSM7630/8252/8665 (Adreno 205), MSM8x26 (Adreno 305), MediaTek MT6580 (Mali-400 MP2). Feature-phone/baseband chips with no 3D GPU left untouched. Refs #1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
SoC spec enrichment for well-known chips (GPU + process_nm)
Two additive quality fixes to core SoC data referenced by thousands of phone records. Textbook-certain values, exact-slug matched; no fabrication and no real values overwritten (only placeholders / clearly-wrong heuristic defaults).
1. Filled documented GPU for 34 chips
Replaced
Unknown mobile GPU/N/Aplaceholders with the real GPU:2. Corrected clearly-wrong process_nm for 14 chips
Fixed heuristic
28nmdefaults to the real node: Snapdragon 820/821 (14nm), 810 (20nm); Exynos 8890/7420 (14nm), 5430 (20nm); Kirin 650/950 (16nm); Helio X20/X25 (20nm); Apple A8 (20nm), A9 (14/16nm).Validation
python -m app.validate✅ ·integrity_check --strict✅ ·git diff --checkcleansite/public/v1/socs) refreshed to match.Refs #1