Popular CPU & GPU Specs
Specs Database - CPU and GPU
@kaggle.kkhandekar_cpu_gpu_specs
Specs Database - CPU and GPU
@kaggle.kkhandekar_cpu_gpu_specs
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.