Baselight

Popular CPU & GPU Specs

Specs Database - CPU and GPU

@kaggle.kkhandekar_cpu_gpu_specs

Loading...
Loading...

About this Dataset

Popular CPU & GPU Specs

Popular CPU & GPU Specs

Processor list of the CPUs & GPUs released in recent years. This reference CPU Database will help you find the processor specs of your CPU or the specifications of the one you are looking to buy.

Acknowledgements

techpowerup

Tables

Cpu

@kaggle.kkhandekar_cpu_gpu_specs.cpu
  • 7.94 KB
  • 50 rows
  • 9 columns
Loading...

CREATE TABLE cpu (
  "name" VARCHAR,
  "codename" VARCHAR,
  "cores" VARCHAR,
  "clock" VARCHAR,
  "socket" VARCHAR,
  "process" VARCHAR,
  "l3_cache" VARCHAR,
  "tdp" VARCHAR,
  "released" VARCHAR
);

Gpu

@kaggle.kkhandekar_cpu_gpu_specs.gpu
  • 8.01 KB
  • 50 rows
  • 8 columns
Loading...

CREATE TABLE gpu (
  "name" VARCHAR,
  "gpuchip" VARCHAR,
  "released" VARCHAR,
  "bus" VARCHAR,
  "memory" VARCHAR,
  "gpuclock" VARCHAR,
  "memoryclock" VARCHAR,
  "shaders_tmus_rops" VARCHAR
);

Share link

Anyone who has the link will be able to view this.