Location
README.md
Description
The README says "Each GPU contains up to 55 fields" but a scan of all 2,824 GPUs reveals 62 unique field names. The field count grew as more GPUs were added without updating the README.
Impact
Users parsing the data may miss fields not listed in the README (e.g. warpSize, wavefrontSize, sms, subslices, executionUnits, rtCores, tensorCores, ldsPerCU, coresPerSM, maxBlocksPerSM, etc.)
Fix
Update the README to say 62 fields (or better, derive it from the data automatically in CI).
Location
README.mdDescription
The README says "Each GPU contains up to 55 fields" but a scan of all 2,824 GPUs reveals 62 unique field names. The field count grew as more GPUs were added without updating the README.
Impact
Users parsing the data may miss fields not listed in the README (e.g.
warpSize,wavefrontSize,sms,subslices,executionUnits,rtCores,tensorCores,ldsPerCU,coresPerSM,maxBlocksPerSM, etc.)Fix
Update the README to say 62 fields (or better, derive it from the data automatically in CI).