VertexC / Gemm-optimization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gemm Optimization

The code is originally from https://github.com/flame/how-to-optimize-gemm, which shows how to optimize matrix optimization step-by-step.

Run Experiments

chmod a+x run_exp.sh

After this, the data will be saved to outpu_{expr}_{optimizationLevel}.m

By running myPlot.m, it will generate plots for each experiments. In each plots, it shows how different optimization levels affects certain version of gemm.

About


Languages

Language:C 56.3%Language:Makefile 40.8%Language:MATLAB 2.5%Language:Shell 0.4%