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
- Host: GitHub
- URL: https://github.com/serihiro/optimization_experiments
- Owner: serihiro
- License: mit
- Created: 2019-01-10T12:44:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-22T03:24:43.000Z (over 3 years ago)
- Last Synced: 2024-01-30T00:40:04.048Z (over 1 year ago)
- Topics: c, dgemm, optimization
- Language: C
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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