Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ken-matsui/matmul


https://github.com/ken-matsui/matmul

Last synced: about 2 months ago
JSON representation

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
```