Skip to content

This repository contains an open-access subset of GPU models from Nvidia and AMD.

License

Notifications You must be signed in to change notification settings

assert-0/gpu_list

Repository files navigation

GPU list

Description

This repository contains an open-access list of GPU models from Nvidia and AMD. This list is not exhaustive and only provides a small sample of all GPU models produced by these companies. The data is distributed in JSON and CSV, along with a MongoDB database dump. All data is sourced from the respective Wikipedia pages, and release under the Creative Commons Attribution Share-Alike (CC BY-SA) license.

Repository metadata

License:
Shield: CC BY-SA 4.0

This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

CC BY-SA 4.0

Data sources:

Repository Author: Nikola Sočec
Version: v2.0
Language: English
Release date: 2024-11-11
Export MIME types: text/csv, application/json, application/bson
Date format: YYYY-MM-DD
Currency: USD
Data fields:

  • GPUModel class

    • modelName: GPU model name
    • manufacturer: GPU manufacturer (Nvidia or AMD)
    • chip: instance of associated GPUChip class (column not present in CSV)
    • launchDate: GPU launch date
    • launchPrice: GPU launch price
    • memory: GPU memory size (GB)
    • computeUnits: enabled GPU compute units (CU/SM)
    • performance: GPU FP32 performance (TFLOPS)
  • GPUChip class

    • chipName: GPU chip name
    • architecture: GPU chip architecture
    • fab: GPU chip fabrication process
    • transistors: GPU chip transistor count (billions)
    • dieSize: GPU chip die size (mm^2)

About

This repository contains an open-access subset of GPU models from Nvidia and AMD.

Resources

License

Stars

Watchers

Forks

Packages

No packages published