microgemm 0.3.1

General matrix multiplication with custom configuration in Rust. Supports no_std and no_alloc environments.
Documentation
1
2
3
4
5
6
7
8
9
# Contributing

All pull requests are welcome.

## TODO

- Improve performance of "packing". <br>
Explore possible optimizations.
- Add neon kernels for f64.