serihiro / optimization_experiments

C code snippets of matrix and vector calculation optimization experiments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About this repository

  • C code snippets of optimization experiments

How to try

$ git clone git@github.com:serihiro/optimization_experiments.git
$ cd optimization_experiments/dgemm
$ make execute_all

Contents

  • dgemm
  • dgemv

About

C code snippets of matrix and vector calculation optimization experiments

License:MIT License


Languages

Language:C 89.0%Language:Makefile 11.0%