microgemm 0.2.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
repos:
  - repo: local
    hooks:
      - id: pre-commit
        name: pre-commit
        entry: cargo make pre-commit
        language: system
        pass_filenames: false
        always_run: true