Trends In Machine Learning Hardware
@owid.epoch_gpus
@owid.epoch_gpus
This dataset contains performance data for 53 GPUs and AI chips used in machine learning experiments from 2008 to 2023. It includes details on computational performance, memory capacities and bandwidths, and interconnect bandwidths.
CREATE TABLE owid_epoch_gpus_1 (
"days_since_2000" INTEGER,
"name_of_the_hardware" VARCHAR,
"manufacturer" VARCHAR,
"fp32_single_precision_performance_flop_s" BIGINT -- Fp32, Single Precision, Performance, Flop S,
"release_price_usd" INTEGER -- Release Price, Usd,
"comp_performance_per_dollar" BIGINT
);CREATE TABLE owid_epoch_gpus_2 (
"days_since_2000" INTEGER,
"hardware_name" VARCHAR,
"manufacturer" VARCHAR,
"comp_performance_per_dollar" BIGINT
);Anyone who has the link will be able to view this.