Popular CPU & GPU Specs
Specs Database - CPU and GPU
@kaggle.kkhandekar_cpu_gpu_specs
Specs Database - CPU and GPU
@kaggle.kkhandekar_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.
techpowerup
CREATE TABLE cpu (
"name" VARCHAR,
"codename" VARCHAR,
"cores" VARCHAR,
"clock" VARCHAR,
"socket" VARCHAR,
"process" VARCHAR,
"l3_cache" VARCHAR,
"tdp" VARCHAR,
"released" VARCHAR
);CREATE TABLE gpu (
"name" VARCHAR,
"gpuchip" VARCHAR,
"released" VARCHAR,
"bus" VARCHAR,
"memory" VARCHAR,
"gpuclock" VARCHAR,
"memoryclock" VARCHAR,
"shaders_tmus_rops" VARCHAR
);Anyone who has the link will be able to view this.