data(soc): derive gpu_cores from gpu_name (139 SoCs)#51
Merged
Conversation
Deterministically fill the missing gpu_cores field from the core count already encoded in gpu_name (Mali MPx, Immortalis MCx, Apple GPU (N-core)) for import-stub SoCs that lacked it. Additive only: records that already have gpu_cores (e.g. benchmark-enriched flagships) are untouched. No new data invented - the count is read from the existing GPU name. 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:
|
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 gpu_cores — derive from gpu_name for 139 SoCs
Many import-stub SoC records carry a
gpu_namethat already encodes the GPU core count (e.g.Mali-T880 MP12,Immortalis-G715 MC11,Apple GPU (5-core)) but leavegpu_coresempty. This fillsgpu_coresby deterministically reading the count from the existing name — no new data is invented.MPx, ImmortalisMCx, Apple(N-core)).gpu_cores(e.g. benchmark-enriched flagships) are left untouched.Validation
python -m app.validate✅ ·integrity_check --strict✅ ·git diff --checkcleansite/public/v1/socs) refreshed to match (139).Closes #1