Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ken-matsui/matmul
https://github.com/ken-matsui/matmul
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ken-matsui/matmul
- Owner: ken-matsui
- Created: 2023-09-18T16:59:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-23T17:59:59.000Z (about 1 year ago)
- Last Synced: 2024-10-16T13:17:50.762Z (3 months ago)
- Language: C
- Homepage:
- Size: 1.94 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# matmul
## Build
```bash
make
```## Validate correctness
```bash
make check
```## Try different sizes
```bash
make clean
make SIZE=7 # 2^7 = 128
```## Run Morello Auto-tuner
> Note: requires nightly cargo
```bash
./morello_block_autotune.rs
```