Reference: https://github.com/flame/how-to-optimize-gemm
According to the reference repo, learn optimizing GEMM step by step
- change the
make file, for example
OLD := MMult0
NEW := MMult1
-
execute
make run -
view the optimization
octave:1> PlotAll