Skip to content

mfkiwl/learn_Opt_GEMM

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Reference: https://github.com/flame/how-to-optimize-gemm

According to the reference repo, learn optimizing GEMM step by step

how to run

  1. change the make file, for example
OLD  := MMult0
NEW  := MMult1
  1. execute make run

  2. view the optimization

octave:1> PlotAll 

About

learn how to optimize GEMM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 96.8%
  • MATLAB 1.9%
  • Makefile 1.3%