Skip to content
Data repository supplementing my blog post comparing hardware characteristics of CPUs, GPUs, and MICs
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.envrc
.gitignore
LICENSE.txt
README.md
build.sh
cores.gnuplot
data-amd.txt
data-dp-nvidia.txt
data-intel-phi.txt
data-intel.txt
data-sp-nvidia.txt
environment.yml
flop-per-byte.gnuplot
flops-per-cycle.gnuplot
gflops-per-core.gnuplot
gflops-per-watt.gnuplot
gflops.gnuplot
mem-bandwidth.gnuplot
tdp.gnuplot

README.md

CPU-GPU-MIC Comparison Charts

This is the data repository supplementing my blog post comparing hardware characteristics of CPUs, GPUs, and MICs: https://www.karlrupp.net/2013/06/cpu-gpu-and-mic-hardware-characteristics-over-time/

Replot the Figures:

  • Linux, MacOS: Run build.sh from your terminal (Gnuplot is required) – ./build.sh. EPS figures are generated.

    • Call ./build.sh --png to convert the EPS figures into PNG pictures. ImageMagick needs to be installed for this.
    • Call ./build.sh --pdf to convert the EPS figures into PDF graphics. epstopdf (from a LaTeX installation) is used for this.
  • Windows: Install gnuplot, then load the *.gnuplot files to recreate the figures (untested). You may need to install postscript or change the Gnuplot terminal to png.

License

CC BY 4.0. See file LICENSE.txt for details.

You can’t perform that action at this time.