An open API service indexing awesome lists of open source software.

https://github.com/serihiro/optimization_experiments

C code snippets of matrix and vector calculation optimization experiments
https://github.com/serihiro/optimization_experiments

c dgemm optimization

Last synced: about 2 months ago
JSON representation

C code snippets of matrix and vector calculation optimization experiments

Awesome Lists containing this project

README

        

# About this repository
- C code snippets of optimization experiments

# How to try

```sh
$ git clone [email protected]:serihiro/optimization_experiments.git
$ cd optimization_experiments/dgemm
$ make execute_all
```

# Contents
- [x] dgemm
- [ ] dgemv