monklof / hpc_demos

GEMM optimization practices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GEMM optimization practices

cpu version

following guidelines from https://github.com/flame/how-to-optimize-gemm

$ cd cpu
$ ./batch_run.sh
$ python ./plot_all.py

10~20 times faster than the orignial version(compiled by gcc with -O2 flag)

About

GEMM optimization practices


Languages

Language:C 70.7%Language:Objective-C 22.2%Language:MATLAB 2.6%Language:Python 2.3%Language:Makefile 1.6%Language:Shell 0.6%